JSFiddle - React, Tailwind, and code Playground
by Xeon06
HTML
<input id="button" type="button" value="Search">
JavaScript
$("#button").click(function() {
});
by Xeon06
<input id="button" type="button" value="Search">
$("#button").click(function() {
});