JSFiddle - React, Tailwind, and code Playground
HTML
<button id="button">
Hi there
</button>
JavaScript
window.addEventListener('load',function(){
alert('loaded')
});
<button id="button">
Hi there
</button>
window.addEventListener('load',function(){
alert('loaded')
});