JSFiddle - React, Tailwind, and code Playground

by lun471k

HTML

<div id="together">
<img class="left" src="http://oi46.tinypic.com/wve6o6.jpg"/>
    <div id="description" class="right">Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum </div>
</div>

CSS

#together {
    border:3px solid #111;
}
.left {
    display:inline-block;
    width:200px;
    clear:left;
}
.right {
    display:inline-block;
    clear:right;
    margin-left:50px;   
    width:200px;
}