What problem does it solve? Styling modern web interfaces with Tailwind CSS requires knowing hundreds of utility classes, responsive breakpoint conventions, dark mode strategies, and v4.1 configuration approaches, which slows down development and leads to inconsistent, inaccessible UIs. ## Core Features & Use Cases - Responsive Layout Patterns: Mobile-first flexbox and grid patterns with breakpoint prefixes (sm, md, lg, xl, 2xl) and container queries for component-level responsiveness. - Component Recipes: Ready-to-use patterns for cards, navigation bars, forms, modals, and React button variants with consistent utility composition. - Dark Mode & Accessibility: Class- and media-based dark mode strategies, 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, sit side-by-side on desktop, and support dark mode, this Skill supplies the exact class composition and configuration needed. ## Quick Start Ask the AI to build a responsive card component with dark mode support using Tailwind CSS utility classes.