JSFiddle - React, Tailwind, and code Playground
by luizz
HTML
<img id="loading" src="http://trup-arquitetos.trinitybrasil.tk/img/loading.GIF" />
JavaScript
setTimeout(function(){
document.getElementById('loading').remove();
}, 3000);
by luizz
<img id="loading" src="http://trup-arquitetos.trinitybrasil.tk/img/loading.GIF" />
setTimeout(function(){
document.getElementById('loading').remove();
}, 3000);