JSFiddle - React, Tailwind, and code Playground

by Xeon06

HTML

<input id="button" type="button" value="Search">

JavaScript

$("#button").click(function() {
    
});