JSFiddle - React, Tailwind, and code Playground
HTML
<object id="monitor" type="text/html" data="/img/logo.png"></object>
JavaScript
setTimeout(function () {
document.getElementById('monitor').setAttribute('data', '/');
}, 5000);
<object id="monitor" type="text/html" data="/img/logo.png"></object>
setTimeout(function () {
document.getElementById('monitor').setAttribute('data', '/');
}, 5000);