const element =

Hello, world

; const root = ReactDOM.createRoot( document.getElementById('root') ); root.render(element);