JSFiddle - React, Tailwind, and code Playground

HTML

<img src="http://kuvat.kpo.fi/kuva9.jpg" alt="">

JavaScript

setInterval(function() {
  	$('img').attr('src', 'https://lorempixel.com/400/200/')
  }, 1000)