JSFiddle - React, Tailwind, and code Playground

by kuyabiye

HTML

<form action="#">
<input type="text" />
<button id="test">
  test
</button>
<button>
 test2
</button>
</form>

JavaScript

$("#test").on("click", function() {
console.log("test");
	debugger;
});