Create New React Project Removing App.css and index.css Remove everything from the App.jsx blank component function App() { return <h1>Clean Up</h1>; } export default App; Add a blank css file global.css Edit the main.jsx update the css import ./css/global.css