Use custom tailwind css inside livewire component (resource edit page)?
I want to use a livewire component inside my edit page. My problem is i can not use tailwind css inside my livewire component. i'm using a package named Commentify. i do not know the issue related to the package or filament. i configured a custom theme in filament. Should i add
resouces/supports/pages path to the tailwind config file? i want to change submit button color.

