JSFiddle - React, Tailwind, and code Playground
HTML
<title>Hi There!</title>
CSS
html, body{
background: #0f0;
}
JavaScript
window.alert('Hello There!')
<title>Hi There!</title>
html, body{
background: #0f0;
}
window.alert('Hello There!')