JSFiddle - React, Tailwind, and code Playground

by Ian Roberts

HTML

<div>
<img src="http://placehold.it/75x75" />
</div>

JavaScript

//append p tag to img
$('img').after('<p>appended text! Horar!</p>');