Support for the experimental syntax 'jsx' isn't currently enabled (1:12): > 1 | const h1 = <h1>hello</h1>; | ^ 2 | const root = ReactDOM.createRoot(document.querySelector('#root'));