JSFiddle - React, Tailwind, and code Playground

by kevinPHPkevin

HTML

<div class="div1">
    <div class="div3">
        <img src="http://lionssharedigital.com/wp-content/uploads/2013/04/Lion.jpg" alt="" />
    </div>
    <div class="div2">
        some text here some text here some text here some text here some text here some text here some text here some text here some text here some text here some text here some textxt here some text here some text here some text here some text here some text here some text here some text here some text here some text here some text here some text here some text here some text here some text here some text here 
    </div>
    
</div>

CSS

.div1 {
    width:735px;
}
.div2 {
}
.div3 {
    float: right;
    display: block;
    height:100%;
    background: #ccc;
}
img {
    width: auto;
    height: auto;
    max-width: 200px;
    display: block;
}