Last updated on January 10, 2026
_tailwind helper
2. Setup Tailwind CSS
Run npx tailwindcss init to create a tailwind.config.js file
Add the paths to all of your component files in your tailwind.config.js file.
Create a CSS file and add the Tailwind directives.
From here onwards, replace ./global.css with the relative path to the CSS file you just created.