JSFiddle - React, Tailwind, and code Playground

JavaScript

window.onbeforeunload = function() {
    return "Bye now!";
};