Set up Tailwind CSS v4 with optimal configuration for your project and framework
## 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 Setup ## Purpose Configure Tailwind CSS v4 for a new or existing project with the optimal setup for your framework. ## Workflow ### 1. Determine Project Type Ask user about: - **Framework**: React (Vite), Next.js, Vue, Nuxt, Svelte, Astro, or vanilla - **TypeScript**: Yes/No - **Package Manager**: npm, pnpm, yarn, bun ### 2. Ins...