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","","");
}