const rootElement = document.getElementById('separator') function Separator() { return (
); } ReactDOM.render( , rootElement )