JSFiddle - React, Tailwind, and code Playground

JavaScript

window.onbeforeunload = function (e) {
    e = e || window.event;

    
 
        e.returnValue = 'You want to leave ? ';
    

    
   
};