Create a Simple JSX Element on Local Computer

Tell us what’s happening:
Dear campers, I 've try to replicate the case and save this as an html file in order to run within my local (Windows) computer.
Unfortunately if i open the html file, it’s doesn’t work.

The tutorial says i must input ReactDOM.render(JSX, document.getElementById('root')). but i’ve try this also doesn’t work on my local computer.

Is there any guide or advice to run this challenge on my local computer?
Should i have to install React & Node JS ?

Thanks.

Your code so far



const JSX = <h1>Hello JSX</h1>;

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36.

Link to the challenge: