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');
})();