Tailwind CSS preview
tailwindcss

Tailwind CSS

Utility-first CSS framework for UI development

94.6k|stable|v4.2.2
@tailwind base; @tailwind components; @tailwind utilities; <!-- Use classes directly in HTML --> <div class="flex gap-4 p-6 bg-blue-500">
Utility classes — Pre-built CSS classes for layout, spacing, colors, and typography.
Responsive design — Built-in breakpoints for mobile-first responsive layouts.
Customization — Configure theme values, extend utilities, and create custom variants.
Tree-shaking — Generates minimal CSS by removing unused classes in production.
Tailwind lets you build UIs by composing utility classes instead of writing CSS. It's become the default choice for rapid prototyping and production apps, with a massive ecosystem of plugins and integrations. The CLI provides a zero-config setup for most projects.
Node 18+ for CLI and npm installation
Source on GitHub
pavilion