Create reusable Tailwind CSS components with proper patterns
## CRITICAL GUIDELINES ### Windows File Path Requirements **MANDATORY: Always Use Backslashes on Windows for File Paths** When using Edit or Write tools on Windows, you MUST use backslashes (`\`) in file paths, NOT forward slashes (`/`). --- # Tailwind CSS Component Creation ## Purpose Create well-structured, reusable components using Tailwind CSS best practices. ## Workflow ### 1. Gather Requirements Ask user about: - **Component type**: Button, Card, Modal, Form, Navigation, etc. - **Variants**: Primary/secondary, sizes, states - **Framework**: React, Vue, Svelte, or vanilla HTML...