JSFiddle - React, Tailwind, and code Playground

by William Green

HTML

<button id="button">
Hi there
</button>

JavaScript

window.addEventListener('load',function(){
	alert('loaded')
});