Tailwind CSS Documentation Hub Complete Reference Guide
Your central hub for all Tailwind CSS documentation and learning resources. Navigate installation guides, utility class references, layout tutorials, component libraries, and interactive tools all organized for fast access and updated for Tailwind CSS v4 in 2026.
Where is Tailwind CSS documentation? The official Tailwind CSS documentation is at tailwindcss.com/docs. This hub provides organized access to our own comprehensive guides covering installation, cheat sheets, components, layout tutorials, colors, and an interactive playground all optimized for quick reference and practical use.
Browse Documentation by Category
Explore Tailwind CSS guides organized by topic. Each category contains in-depth tutorials and reference material.
What's New in Tailwind CSS v4
Tailwind CSS v4 is the biggest update in the framework's history. Here are the key documentation changes and new features you need to know.
| Change | v3 (Previous) | v4 (Current) |
|---|---|---|
| Configuration | tailwind.config.js file | CSS @theme directive |
| Content Detection | Manual content[] paths | Automatic detection |
| Build Engine | JavaScript-based | Oxide (Rust) 5x faster |
| CSS Processing | PostCSS + Autoprefixer | Lightning CSS built-in |
| Nesting | Required plugin | Native support |
| Container Queries | Plugin required | Built-in @container |
| Import | @tailwind directives | @import "tailwindcss" |
Recommended Learning Path
Follow this structured learning path to master Tailwind CSS from beginner to advanced level.
Understand the Basics
Start with What is Tailwind CSS? to understand the utility-first approach and how it differs from traditional CSS frameworks.
Set Up Your First Project
Follow the installation guide to set up Tailwind CSS with Vite, PostCSS, or CDN in your preferred framework.
Learn Core Utilities
Use the cheat sheet as a daily reference. Focus on spacing, typography, and colors first.
Build with Components
Explore component libraries and practice building custom UI in the playground.
Official & External Resources
| Resource | Type | Description |
|---|---|---|
| tailwindcss.com/docs | Official Docs | The authoritative Tailwind CSS documentation maintained by Tailwind Labs |
| GitHub Repository | Source Code | Tailwind CSS source code, issue tracker, and community discussions |
| Tailwind Play | Tool | Official online playground for experimenting with Tailwind CSS |
| Tailwind UI | Premium | Official premium component library with 500+ professionally designed templates |