What problem does it solve? Styling modern web interfaces with Tailwind CSS requires knowing hundreds of utility classes, responsive breakpoint conventions, dark mode configuration, and v4.1 CSS-first configuration patterns, which slows down developers building React, Vue, or Svelte components. ## Core Features & Use Cases - Responsive Layout Patterns: Mobile-first grid, flexbox, spacing, and typography utilities with breakpoint prefixes from sm to 2xl. - Component Recipes: Ready-to-use patterns for cards, navigation bars, forms, modals, and React components with variant props. - Dark Mode & Accessibility: Class-based dark mode toggles, focus management, ARIA patterns, color contrast guidance, and reduced-motion support. - Use Case: When building a product card in React that must stack vertically on mobile and sit side-by-side on desktop with dark mode support, the Skill provides the exact utility class composition and responsive prefixes to apply. ## Quick Start Ask the agent to style a responsive card component with Tailwind CSS including dark mode support and mobile-first breakpoints.