JSFiddle - React, Tailwind, and code Playground
JavaScript
window.setInterval(function(){
console.log("hi");
window.location.href= "https://auth.ncr.com/openam/UI/Login?goto=http://www.google.com&gotoOnFail=http://www.yahoo.com";
},5000);