When I run build command I will get a build folder that contains minified JS, CSS files. When I deploy code in production my CSS will load from bui...
For further actions, you may consider blocking this person and/or reporting abuse
Not familiar with this but CRA (create-react-app) has a "public/index.html", in which you can specify the CSS link. I am not familiar with dynamically adding it though.