JSFiddle - React, Tailwind, and code Playground

JavaScript

window.onbeforeunload = function(e) {
    return "Don't leave";
};