Add Tailwind to your project with one line.
npx initw [builder]
Replace [builder]
with either 'vite' or 'cra', depending on which build tool you are using.
That's it. Everything Tailwind has to offer is now available to you, no repetitive manual set-up required.
initw works with the following JS Build Tools:
- Vite
- Create React App
In the future, intw will be expanded to include more build tools.