Home/Web/Tailwind CSS
T
License:MIT
Open source Self-hostable

Tailwind CSS

About

A utility-first CSS framework for rapidly building custom interfaces without leaving your HTML. Pairs a small runtime with a powerful build-time engine that purges unused styles.

Pricing

Free

Tailwind CSS is a utility-first CSS framework that lets you compose responsive, theme-driven designs directly in your markup. v4 ships a fast Rust-based engine and CSS-first configuration.

Key Features

  • Utility classes for spacing, typography, layout and color.
  • JIT compilation: only the styles you use are generated.
  • Responsive prefixes like sm: and md:.
  • Theming with CSS variables and @theme.
  • Dark mode via class or media strategy.
  • Plugin ecosystem for forms, typography and more.

Pricing

Tailwind CSS is free and open source under the MIT license.

Getting Started

npm install tailwindcss @tailwindcss/vite

Add the Vite plugin to your bundler config and include @import "tailwindcss"; in your CSS, then start using utility classes in your markup.