JSFiddle - React, Tailwind, and code Playground

by alexflav23

JavaScript

$(window).unload(function(event) {
    event.preventDefault();
    event.stopPropagation();
    alert("tam tam");
    console.log("You are navigating away");
});