JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Hello World!</h1>

JavaScript

window.onload = function(){
    alert("Page is loaded");
};