JSFiddle - React, Tailwind, and code Playground

by GopsAB

HTML

<input type="button" id="submit" value="Submit">
    
</input>

JavaScript

$("#submit").click(function(){
  alert("hello");
  
  });