Technology/File and Document Formats/Tailwind.md

Tailwind

Markdown

Tailwind is a utility-first CSS framework.

Instead of naming lots of custom CSS classes, you compose styles directly in markup using small utilities.

It can speed up shipping UIs, but class-heavy templates can get noisy if you do not enforce conventions.

See also