What is Tailwind CSS?

What is Tailwind CSS?

Tailwind CSS is a utility-first CSS framework. It gives us ready-made utility classes like: flex text-center p-4 rotate-90 We use these classes directly inside HTML or JSX to build designs quickly. Instead of writing custom CSS again and again, Tailwind already provides hundreds of small reusable classes. What does “Utility-First” mean? A utility class does one small job only. Example: w-12 → sets width h-12 → sets height text-center → centers text flex → makes flexbo...

Original Source

Read the full article at Dev →

KhanList aggregates and links to publicly available news content. We do not host full articles from third-party sources. Always verify important information with original sources.