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

Hello, world

; root.render(element);