Integrate Remix with tailwindcss.
Open this example on CodeSandbox:
This example shows how to use Tailwind CSS (v3.0) with Remix. It's using Vite's built-in PostCSS support.
Relevant files:
- tailwind.config.ts where tailwind is configured.
- app/root.tsx where tailwind is imported.