```
---
## Decision Tree
```
Need spacing? → Use p-*, m-*, gap-*
Need sizing? → Use w-*, h-*, max-w-*
Need colors? → Use bg-*, text-*, border-*
Need responsive? → Use sm:, md:, lg:, xl:
Need states? → Use hover:, focus:, active:
Need animations? → Use animate-*, transition-*
```
---
## Commands
```bash
npx tailwindcss init -p # Initialize with PostCSS
npx tailwindcss -o output.css --minify # Build for production
```