I have been testing ViewComponts and I found this ViewComponts + Tailiwnd guide. [Example](https://orbit.love/blog/building-a-component-library-in-rails-with-storybook) The guide uses a CDN to use tailwind and everything works fine. My problem is that using tailwindcss-rails the tailwind classes that are injected from a component are not rendered in the view. I start server from Procfile  My tailwind.config:  My component:  Component view:   Error:  Classes are loaded in Html but not in css I know where the error is but I can't find a solution without having to use a tailwind CDN. PD: I have also used rails assets:clobber