JSFiddle - React, Tailwind, and code Playground
by Ivin Raj S
HTML
<div>
<p>
<img src='http://www.elblogdeyes.com/wp-content/uploads/its-something.jpg'/>
<strong>Lorem ipsum...</strong>
</p>
</div>
CSS
div img
{
float:left;
}
strong
{
text-align:center;
margin-lest:-20px;
}