JSFiddle - React, Tailwind, and code Playground

by Sandra Caroline Hansen

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");
});
});