JSFiddle - React, Tailwind, and code Playground
by Manish Gupta
HTML
<div id="app">
</div>
JavaScript
document.getElementById('app').innerHTML='<h1>Hello</h1>';
(function(){
alert('Hello');
})();
by Manish Gupta
<div id="app">
</div>
document.getElementById('app').innerHTML='<h1>Hello</h1>';
(function(){
alert('Hello');
})();