JSFiddle - React, Tailwind, and code Playground

by Darby Rathbone

HTML

<img src="http://lorempixel.com/400/200" id='imag'/>

JavaScript

setInterval(function(){
document.getElementById("imag").src = document.getElementById("imag").src;
}, 5000);