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');
});
by kenw232
<input type="button" name="sendbutton" value="Send Notification">
jQuery('#sendbutton').click(function(e) {
alert('test');
});