What problem does it solve? Styling modern web interfaces consistently across breakpoints, themes, and components requires deep knowledge of Tailwind CSS utilities, and misconfigured content paths or dark mode setups cause silent production bugs. This Skill provides structured patterns and troubleshooting guidance for building responsive, accessible UIs with Tailwind CSS v4.1+. ## Core Features & Use Cases - Responsive Layout Patterns: Mobile-first flexbox, grid, spacing, and typography utilities with breakpoint references from sm to 2xl. - Component Recipes: Ready-to-adapt patterns for cards, navigation bars, forms, modals, and React components with variant support. - Dark Mode & Accessibility: Class- and media-based dark mode strategies, focus management, ARIA patterns, contrast guidelines, and reduced-motion support. - Configuration & Performance: CSS-first @theme configuration, custom utilities and variants, content path setup, and production purging guidance. - Use Case: When building a dashboard page in React, use this Skill to compose a responsive card grid, add a dark mode toggle, and verify focus states and contrast meet WCAG standards before committing. ## Quick Start Ask the assistant to style a React component with Tailwind CSS, for example to build a responsive product card with dark mode support and accessible focus states.