JSFiddle - React, Tailwind, and code Playground
HTML
<input type='button' onclick='close()' value='click me' />
JavaScript
//window.onbeforeunload=close;
function close() {
window.showModalDialog("http://www.google.com","","");
}
<input type='button' onclick='close()' value='click me' />
//window.onbeforeunload=close;
function close() {
window.showModalDialog("http://www.google.com","","");
}