It's not executing react code

why this is not running


const JSX = (
<div>
   <h1>Hii</h1>
   <p>Paragraph One</p> 
   <ul>
        <li>hey</li>
        <li>hello</li>
        <li>hiii</li>
   <ul> 
</div>
)


yes i see, thanks
:+1: