JSFiddle - React, Tailwind, and code Playground

by karimkhan

HTML

<div id="box" >
   <a href="" style="float:left; margin:0;" >some kind of title</a> <!--show url and title description-->
   <br />
   <div>
        <img src="'.$logo.'" height="84" width="66" style="float:left;"> <!--shows image on the page-->
        <p style="float:left; width: 300px; margin:0;">A lot of preview text A lot of preview textA lot of preview textA lot of preview textA lot of preview textA lot of preview textA lot of preview textA lot of preview text</p> 
            <div style="clear:both"></div>
   </div>
   <a href="" target="_blank" >See More</a> <!--See more link to go on that page--> 
</div>