JSFiddle - React, Tailwind, and code Playground

by path411

HTML

<img src="http://placekitten.com/g/200/300"/>
<div id="text1">HAI</div>
<div id="text2">SUP</div>

CSS

img {
    width:100%;
}
#text1 {
    position:absolute;
    top:10%;
    left: 15%;
    color:red;
}
#text2 {
    position:absolute;
    top:50px;
    left: 25px;
    color:green;
}