
Tailwind CSS - Rapidly build modern websites without ever leaving …
Tailwind CSS is a utility-first CSS framework for rapidly building modern websites without ever leaving your HTML.
Installing Tailwind CSS with Vite - Tailwind CSS
Installing Tailwind CSS as a Vite plugin is the most seamless way to integrate it with frameworks like Laravel, SvelteKit, React Router, Nuxt, and SolidJS.
Installation - Tailwind CSS
Tailwind CSS works by scanning all of your HTML files, JavaScript components, and any other templates for class names, generating the corresponding styles and then writing them to a …
Tailwind CSS v4.0
We just released Tailwind CSS v4.0 — an all-new version of the framework optimized for performance and flexibility, with a reimagined configuration and customization experience, and …
Tailwind CLI - Tailwind CSS
The simplest and fastest way to get up and running with Tailwind CSS from scratch is with the Tailwind CLI tool.
Documentation - Tailwind CSS
Today we're excited to release Tailwind CSS: From Zero to Production, a new screencast series that teaches you everything you need to know to get up and running with Tailwind CSS v2.0 …
Installation - Tailwind CSS
This will create a file called tailwind.css generated based on Tailwind’s default configuration, and automatically add any necessary vendor prefixes using autoprefixer. Now you can pull this file …
Editor setup - Getting started - Tailwind CSS
Tooling to improve the developer experience when working with Tailwind CSS.
Framework guides - Tailwind CSS
Framework-specific guides that cover our recommended approach to installing Tailwind CSS in a number of popular environments.
Styling with utility classes - Core concepts - Tailwind CSS
Building complex components from a constrained set of primitive utilities.