Hi
Following the Laravel example at https://www.koolreport.com/docs/laravel/overview/ I have a test table showing within a current Laravel view.
That test table displays the data but no style. I can't use use \koolreport\clients\Bootstrap; because of conflicts with Tailwind.
How can I style a table with Tailwind?
Thanks