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