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);