JSFiddle - React, Tailwind, and code Playground
by David Thomas
HTML
<img src="" id="image" />
JavaScript
var image = document.getElementById('image');
image.src = "http://lorempixel.com/200/200/nightlife/3";
image.width = image.height = "300";