JSFiddle - React, Tailwind, and code Playground

by kenw232

HTML

<input type="button" name="sendbutton" value="Send Notification">

JavaScript

jQuery('#sendbutton').click(function(e) {
           alert('test');
       });