Component Example: Table
You can (ab)use Markdown to create Tables:
| CSS | ACSS class | Tailwind class |
|---|---|---|
| color:red; | C(red) | text-red |
| text-align: justify; | Ta(j) | text-justify |
| text-align-last: center; | Tal(c) | {I don’t know} |
Much simpler is using the Component:
| CSS | ACSS class | Tailwind class |
|---|---|---|
| color:red; | C(red) | text-red |
| text-align: justify; | Ta(j) | text-justify |
text-align-last: center; | Tal(c) |
|