JSFiddle - React, Tailwind, and code Playground

by ChrisStanyon

HTML

<div style="position: relative;">
    <img src="http://lorempixel.com/400/200/sports/" style="position:absolute: top: 0px; left: 0px;" />
    <span style="position: absolute; top: 3px; left: 3px;">Hello everybody</span>
</div>