JSFiddle - React, Tailwind, and code Playground

HTML

<title>Hi There!</title>

CSS

html, body{
        background: #0f0;
}

JavaScript

window.alert('Hello There!')