Encountering issues with external CSS files in my React project that uses Material UI components. Despite creating a CSS file for each component in the react components folder, they fail to load upon hard reloading the site.
I prefer using external CSS over styled components or Material UI style syntax.