JSFiddle - React, Tailwind, and code Playground
JavaScript
window.addEventListener('blur',function(){
alert("please Came Back");
document.head.title = "your tilte"
});
window.addEventListener('focus',function(){
alert("Hi,How's You??");
document.head.title = "your tilte"
});