create-react-app-webpack-5-module-federation-tailwind-typeScript
create-react-app-webpack-5-module-federation-tailwind-typeScript copied to clipboard
Tailwind classes doesn't work
After installing app1 and app2. Running them both.
I noticed that not all tailwind classes in the button component(which is from app2) reflect in tailwind classes in the host app (app1).
And the only way to fix this is by importing the tailwind unto button component.
Is there way that tailwind configured globally (in host app) reads tailwind classes in remote app?