<div id="root">
</div>
const App = () => <header className="text-center header" />
const root = ReactDOM.createRoot(document.querySelector("#root"));
root.render(<App />);
View Compiled
This Pen doesn't use any external CSS resources.