I have creating a react project using vite and for styling i have install the tailwindcss and do all it's procedure but when i'm applying the css . I can't see on the webpage but the css property is visible on opening the dev tools.
I'm getting an error that's:
Denying load of chrome-extension://iadokddofjgcgjpjlfhngclhpmaelnli/src/assets/styles.css. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension.
I'm trying to apply tailwind css on a heading element and expecting that the css is will apply on that element but no thing will happen with that element.