JSFiddle - React, Tailwind, and code Playground

by Ashish

HTML

<div class="newWrapper">
    <div class="person1" style="float:left; display:inline-block; ">
        <span style="float:left;width: 20%;">
            <img src="http://www.ninahale.com/wp-content/uploads/2013/08/Google.jpg" width="70" height"70" /></span>
        <span style="float:right;width: 80%;">
    <p style="float:right; display:block;">text describing the image</p>
        </span>
    </div>
   <div class="person1" style="float:left; display:inline-block; ">
        <span style="float:left;width: 20%;">
            <img src="http://www.ninahale.com/wp-content/uploads/2013/08/Google.jpg" width="70" height"70" /></span>
        <span style="float:right;width: 80%;">
    <p style="float:right; display:block;">text describing the image</p>
        </div>
    </div>