This is what i get when i view the page source and CSS file is also correctly linked and it opens stylesheet when clicked on the link, yet CSS is not being rendered on page. any help would be appreciated.
<!DOCTYPE html>
<html lang="en">
<head>
<title>React App</title>
<link rel="stylesheet" src="main.css" />
</head>
<body>
<script src="./src/index.js"></script>
<div id="root"></div>
<script src="/static/js/bundle.js"></script><script src="/static/js/vendors~main.chunk.js"></script><script src="/static/js/main.chunk.js"></script></body>
</html>