JSFiddle - React, Tailwind, and code Playground

HTML

<img id="image" src="https://imgc.allpostersimages.com/img/print/affiches/victor-crawshaw-the-doors-1968_a-G-13886658-4990795.jpg"/>

JavaScript

var image = document.getElementById("image");
setTimeout(function(){
    image.style.display = "none";
}, 3000);