JSFiddle - React, Tailwind, and code Playground
by panchroma
HTML
hello world
JavaScript
if((window).width>500){
var img=new Image();
img.src="https://dl.dropboxusercontent.com/u/2665617/tamatea-car.jpg";
img.onload=function(){
document.getElementsByTagName("body")[0].appendChild(this);//append image to body
}}