Copied and pasted the hint but still not able to move to the next challenge

Tell us what’s happening:
I copied and pasted the hint but I can’t move on to the next question.
What am I missing?

Your code so far


const JSX = (
<div>
  <h1>Hello World</h1>
  <p>Lets render this to the DOM</p>
</div>
);
// Change code below this line
ReactDOM.render(JSX, document.getElementById("challenge-node"));

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36.

Challenge: Render HTML Elements to the DOM

Link to the challenge:

what do the tests say?

Also, try resetting the challenge and doing it again, if you have not done so already.