Filament Page and Livewire, problem with tailwind css

I create laravel project, installed filament and create one page. Next, I create a livewire component, and call in this filament page.
The problem is on the div, not load class tailwind. ex: "bg-green-700".

I forgot to configure anything?
Was this page helpful?