JSFiddle - React, Tailwind, and code Playground
by demos12
HTML
<html>
<head></head>
<body>
</body>
</html>
JavaScript
var loadTime = document.createElement('div');
loadTime.innerText = "Hello World";
document.body.appendChild(loadTime);