JSFiddle - React, Tailwind, and code Playground
by panchroma
HTML
<div style="position:absolute" >
<p>some text</p>
<div>
<img src="https://dl.dropbox.com/u/2665617/bootstrap/images/image1.jpg" alt="my image" class="fill">
CSS
img.fill{
width:100%;
height:100%;
}