I’m currently using **Metronic 9 with Tailwind** in a Laravel application, following the official integration guide with Livewire.
However, I’m facing an issue where I’m **unable to use standard Tailwind CSS utility classes** beyond the predefined classes provided by the Metronic theme.
For example, when I try to use common Tailwind classes (such as spacing, colors, or layout utilities), they don’t seem to be applied in the application.
### Environment
* Laravel (running with `php artisan serve`)
* Frontend build using `npm run dev`
* Integration based on the official repository:
* https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravel-livewire
* https://github.com/keenthemes/metronic-tailwind-html-integration/tree/main/metronic-tailwind-laravel-livewire
### My question
Is it expected behavior that only Metronic’s predefined classes are available?
Or is there an additional step required (such as Tailwind configuration or recompilation) to enable full usage of Tailwind utility classes?
I’d appreciate any guidance on how to properly enable and use standard Tailwind classes alongside Metronic.
Thank you in advance for your support.