Tailwindcss theme problem

Good day, I have a component in Livewire that generates a calendar. The component uses tailwindcss. I would like to use this component in filament-page, but when I use it there, the calendar has no style. Adding css classes to the resources/css/app.css file and compiling this with npm run build does not help. The css code is not visible in the page preview.
Solution
@vite(['resources/css/filament/dashboard/theme.css'])
Was this page helpful?