JSFiddle - React, Tailwind, and code Playground
by GopsAB
HTML
<input type="button" id="submit" value="Submit">
</input>
JavaScript
$("#submit").click(function(){
alert("hello");
});
by GopsAB
<input type="button" id="submit" value="Submit">
</input>
$("#submit").click(function(){
alert("hello");
});