Integrate Remix with tailwindcss.
Open this example on CodeSandbox:
This example shows how to use Tailwind CSS (v3.0) with Remix. It follows the steps outlined in the official Remix Styling docs.
Relevant files:
- package.json where the tailwind CLI is used.
- tailwind.config.js where tailwind is configured.
- app/root.tsx where tailwind is imported.
- .gitignore where the generated tailwind.css is added to the ignore list.