JSFiddle - React, Tailwind, and code Playground

by Afzaal Ahmad Zeeshan

HTML

<div class="mot">
    <img src="http://puu.sh/7w2AQ.jpg" width="300px"/>
</div>

<div class="hai">
    asdfasdf
</div>

CSS

.mot{
    border: 1px solid #333;
width: 300px;
max-height: 300px;  
overflow: hidden;
position: relative;}

.hai {width: 280px;
color: #FFF;
background-color: #001c3e;
font-size: 15pt;    
padding: 10px 10px 10px 10px;
font-family: Arial, Helvetica, sans-serif; position: relative;display: inline-block; float: left;}