JSFiddle - React, Tailwind, and code Playground

HTML

<div id='inserthere'></div>

JavaScript

var myImage = document.createElement("img");
myImage.src = "http://coolvibe.com/wp-content/uploads/2012/10/Digital-Painting-Ehsan-Dabbaghi-The-Guardian-of-Persia-992x544.jpg";
document.getElementById("inserthere").appendChild(myImage);