Tailwind CSS - Rapidly build modern websites without ever leaving your HTML.
Documentation for the Tailwind CSS framework.
Docs Components Blog Showcase Tailwind CSS on GitHub Get started a few thousand words Ryan Florence Guillermo Rauch Bret The Hitman Hart Dacey Nolan Gilbert Rabut Tsurwa Graeme Houston Aaron Bushnell
ThemeRapidly build modern websites without ever leaving your HTML.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.1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 figure bg-slate-100 rounded-xl dark:bg-slate-800 img w-24 h-24 /sarah-dayan.jpg 384 512 div pt-6 space-y-4 blockquote p text-lg “Tailwind CSS is the only framework that Ive seen scale on large teams. It’s easy to customize, adapts to any design, and the build size is tiny.” p blockquote figcaption div Sarah Dayan div div Staff Engineer, Algolia div figcaption div figure Sarah DayanStaff Engineer, Algolia“Best practices” don’t actually work.I’ve written 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