JSFiddle - React, Tailwind, and code Playground
HTML
<input id="alert-me" type="text">
sandra testing
<input id="thesubmit" type="button" value="klikk her" />
<input id="thesubmit2" type="button" value="Fortsett" />
<input id="thesubmit3" type="button" value="Fortsett" />
JavaScript
(function(){
$('alert-me').click({
hello verden!
alert("hello-world");
});
});