JSFiddle - React, Tailwind, and code Playground

by John Grivas

HTML

<div class="about-us-wrapper">
    <div class="about-us-header">
        <img src =""/>
    </div>
    <div class="about-us-left1">
        <img src ="http://img2.wikia.nocookie.net/__cb20090317205122/uncyclopedia/images/2/21/251px-Denizlispor.svg.png"/>
<br clear="all">
        <p class="aboutus-title">Title</p><p>content here <br /> <br />
<a href="">Learn More</a></p>
    </div>
    <div class="about-us-left2">
        <img src ="http://img2.wikia.nocookie.net/__cb20090317205122/uncyclopedia/images/2/21/251px-Denizlispor.svg.png"/>
<br clear="all">
        <p class="aboutus-title">Title</p><p> packs a delicious balance of grains, protein, fiber and calories. The full line-up consists of ready-to-eat breakfast under 400 calories, ready-to-eat lunch under 500 calories and ready-to-eat snacks under 300 calories.<br /><br /><a href=""></a></p>
    </div>
    <div class="about-us-left3">
       <img src ="http://img2.wikia.nocookie.net/__cb20090317205122/uncyclopedia/images/2/21/251px-Denizlispor.svg.png"/>
<br clear="all">
       <p class="aboutus-title">Title</p><p>d diet restrictions including gluten-free, vegetarian, vegan, non-GMO and kosher options. All Go artificial colors, flavors, trans fats, high-fructose corn syrup or added MSG? <br /><br /><a href=""></a></p>
    </div>
    <div class="about-us-right">
        <img src ="http://img2.wikia.nocookie.net/__cb20090317205122/uncyclopedia/images/2/21/251px-Denizlispor.svg.png"/>
<br clear="all">
        <p class="aboutus-title"> Near You </p><p>ic 00 retail locations including Target, Walgreens, Costco, Kroger, Whole Foods, Cost-Plus Work Market, Albertsons, Sprouts, K-Mart, Hy-Vee,  &amp; Hudson News airport stores and online at  <br /><br /><a href=""></a></p>
    </div> 
</div>
<div style="clear: both;"></div>

CSS

.about-us-wrapper{ width: 996px; }
.about-us-wrapper img {float:left; vertical-align: top; }
img{width:100px}
.about-us-header{
   float: left;
   width: 100%;
   padding-bottom:20px;
}
.about-us-left1{
   float: left;
   margin-right: 20px;
   width: 251px;

}
.about-us-left2{
   float: left;
vertical-align: top;
   margin-right: 20px;
   width: 201px;
vertical-align:top;

}
.about-us-left3{
   float: left;
   margin-right: 20px;
   width: 239px;
}
.about-us-right{
   float: right;
   width: 245px;
}