What problem does it solve? Styling web interfaces consistently requires deep knowledge of Tailwind CSS utility classes, responsive breakpoints, dark mode setup, and the new CSS-first configuration approach introduced in Tailwind v4, which differs significantly from v3. ## Core Features & Use Cases - Utility-First Patterns: Provides ready-to-use class combinations for layout, spacing, typography, colors, and common components like buttons, cards, and form inputs. - Responsive Design & Dark Mode: Covers mobile-first breakpoint modifiers, state variants (hover, focus, disabled), and dark mode configuration for both v3 and v4. - Configuration Guidance: Explains Tailwind v4's CSS-first @theme configuration alongside legacy tailwind.config.js, plus official plugins like @tailwindcss/forms and @tailwindcss/typography. - Use Case: When building a React admin dashboard, use this Skill to generate a responsive card grid with dark mode support and brand colors defined through the v4 @theme directive. ## Quick Start Use the tailwindcss skill to style this React component with a responsive grid layout and dark mode support.