A utility-first CSS framework packed with classes like flex ,pt-4 , text-center and rotate-90 that can be composed to build any design, directly in your markup.
01 <figure class="bg-slate-100 rounded-xl p-8 dark:bg-slate-800">
02 <img class="w-24 h-24 rounded-full mx-auto" src="/sarah-dayan.jpg" alt="" width="384" height="512">
03 <div class="pt-6 text-center space-y-4">
04 <blockquote>
05 <p class="text-lg font-medium">
06 “Tailwind CSS is the only framework that I've seen scale
07 on large teams. It’s easy to customize, adapts to any design,
08 and the build size is tiny.”
09 </p>
10 </blockquote>
11 <figcaption class="font-medium">
12 <div class="text-sky-500 dark:text-sky-400">
13 Sarah Dayan
14 </div>
15 <div class="text-slate-700 dark:text-slate-500">
16 Staff Engineer, Algolia
17 </div>
18 </figcaption>
19 </div>
20 </figure>
Staff Engineer, Algolia
I’ve written a few thousand words on why traditional “semantic class names” are the reason CSS is hard to maintain, but the truth is you’re never going to believe me until you actually try it. If you can suppress the urge to retch long enough to give it a chance, I really think you’ll wonder how you ever worked with CSS any other way.
Creator of Tailwind CSS
Remix & React Training
I feel an idiot for not using Tailwind CSS until now.
Senior Program Manager at Microsoft
Once you start using tailwind, there is no going back.
Developer and Educator
Skip to the end. Use @tailwindcss.
Vercel
Loved it the very moment I used it.
Web Developer
Tailwind turned me into a complete stack developer.
Full-Stack Developer
@tailwindcss looked unpleasant at first, but now I’m hooked on it.
Because Tailwind is so low-level, it never encourages you to design the same site twice. Even with the same color palette and sizing scale, it's easy to build the same component with a completely different look in the next project.
Installation
Editor Setup
Using with Preprocessors
Optimizing for Production
Browser Support
Upgrade Guide
Configuration
Content Configuration
Theme Configuration
Customizing Screens
Customizing Colors
Customizing Spacing
Plugins
Presets
Utility-First Fundamentals
Handling Hover, Focus, and Other States
Responsive Design
Dark Mode
Reusing Styles
Adding Custom Styles
Functions & Directives
GitHub
Discord
YouTube