Why tailwind classes not working in custom page html design

I am creating small app with Filament. When i want to custom design then tailwind classes not working. Should we install with npm or its already install while Filament installation?
Solution:
Probably need to create a custom theme, otherwise the classes you want may not be available https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
Jump to solution
2 Replies
Solution
frame
frame3mo ago
Probably need to create a custom theme, otherwise the classes you want may not be available https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
Ikwinder
IkwinderOP3mo ago
Okay. Thanks for help

Did you find this page helpful?