JSFiddle - React, Tailwind, and code Playground

by wookiehangover

HTML

<button type='button' id='next'>Next</button>

JavaScript

$("#next").click(function(e) {
    alert("works");
});