JSFiddle - React, Tailwind, and code Playground

by BenEllis

HTML

<div class="hello"></div>

CSS

.hello {
    width: 100px;
    height: 100px;
    border: 1px solid blue;
}

JavaScript

$('.hello').append($('<img src="http://bestclipartblog.com/clipart-pics/-test-clipart-9.jpg"></img>'))