JSFiddle - React, Tailwind, and code Playground
by prasad raja
HTML
<div id="mytest"></div>
JavaScript
document.getElementById('mytest').innerHTML="hey";
by prasad raja
<div id="mytest"></div>
document.getElementById('mytest').innerHTML="hey";