JSFiddle - React, Tailwind, and code Playground

JavaScript

$(function(){
    $(window).mouseup(function(){
       alert(); 
    });
});