JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<img src="http://www.thinkstockphotos.co.uk/CMS/StaticContent/WhyThinkstockImages/Best_Images.jpg" width="90px" />
<p>Some text Some text Some text Some text Some text Some text Some text Some text Some text </p>
</div>
<div>
<img src="http://www.thinkstockphotos.co.uk/CMS/StaticContent/WhyThinkstockImages/Best_Images.jpg" width="90px" />
<p>Some text Some text Some text Some text Some text Some text Some text Some text Some text </p>
</div>
CSS
div {
width:150px;
margin:0 10px;
float:left;
text-align:center;
}