jsx.js (103B)
1 const jsxElement = <h1> Hi ! I'm here ! </h1>; 2 3 <div id="3" res={foo()}> 4 <Item>{foo()}</Item> 5 </div>