JSFiddle - React, Tailwind, and code Playground

HTML

<div>
<div>
    <div>
        <img src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/SIPI_Jelly_Beans_4.1.07.tiff/lossy-page1-256px-SIPI_Jelly_Beans_4.1.07.tiff.jpg" />      
    </div>
</div>
</div>
<div id="text"><div id="inner">text goes here</div></div>

CSS

html {
    line-height: 1.5em;
}
#text {
    background-color: grey;
}