JSFiddle - React, Tailwind, and code Playground
by Town
JavaScript
var popup = window.open("http://www.christownsend.com/closetest.htm", "Popup", "width=550,height=300,toolbar=0,scrollbars=0,status=0,resizable=0,location=0,menuBar=0");
setTimeout(function () {
popup.close();
}, 5000);