JSFiddle - React, Tailwind, and code Playground
HTML
<img src="" id="screen"/>
JavaScript
img = document.getElementById("screen");
img.onload = function(){
img.src = "http://lorempixel.com/400/200/?"+Math.random();
};
img.src = "http://lorempixel.com/400/200/?"+Math.random();