JSFiddle - React, Tailwind, and code Playground
JavaScript
history.pushState(null, null, location.href);
window.onpopstate = function () {
alert('do you want to close it'); return false;
history.go(1);
};
history.pushState(null, null, location.href);
window.onpopstate = function () {
alert('do you want to close it'); return false;
history.go(1);
};