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