How to use tailwind css inside the filament custom created page?
I have configured tailwind css with laravel. Inside my welcome.blade.php tailwind classes working fine. but inside my custom page which i created using filament tailwind css not working. i configured everything according to this discussion.
https://github.com/filamentphp/filament/discussions/3250
https://github.com/filamentphp/filament/discussions/3250



GitHub
I don't know how to compile tailwindcss in filament, can anyone help me? I followed the documentation exactly. https://filamentphp.com/docs/2.x/admin/appearance#building-themes npm install tail...
