Tailwind CSS Cheat Sheet — Class Lookup
Search Tailwind CSS utility classes and instantly see the CSS they generate. Type a class name or CSS property to find what you need.
Search Tailwind CSS utility classes and instantly see the CSS they generate. Type a class name or CSS property to find what you need.
flex applies display: flex, p-4 applies padding: 1rem, and text-center applies text-align: center. You compose these utility classes directly in your HTML to build designs without writing custom CSS. This utility-first approach enables rapid prototyping and keeps stylesheets small since unused classes are purged at build time.flex, p-4, or text-lg) and instantly see the CSS it generates. You can also search by CSS property — type “display” to find all display-related classes, or “padding” to see spacing utilities. Click any result to copy the class name to your clipboard.