Eric Chua said 7 months ago on Failover Requests :
Hi David,

I have tried your template, and not sure why the tailwind didn't rendered properly. I think your template is using tailwind 3 and not the latest tailwind 4, as you are using tailwind.config.js (looks like below).



To fix it, I need to do this
bundle add tailwindcss-rails
./bin/rails tailwindcss:install

Then only it works. So your template needs to do anything extra?

Thanks.