JSFiddle - React, Tailwind, and code Playground

by John Schulz

HTML

<button>Open popup</button>

JavaScript

$('button').click(function(e) {
    alert('popup');
});