JSFiddle - React, Tailwind, and code Playground

by kouty79

JavaScript

window.addEventListener('beforeunload', function (e) {
  // Cancel the event
  e.preventDefault();
  // Chrome requires returnValue to be set
  e.returnValue = '';
});