JSFiddle - React, Tailwind, and code Playground

by Guinsly Michel

HTML

<div id="box1">
<img src="http://i44.tinypic.com/2j4akqb.jpg"/>	
	<div id="box2">box</div>
</div>

CSS

#box1{
	position:relative;
	display:inline-block;
	height: 200px;
    text-align:center;
	
}
#box1 img{
 width:200px   
}

#box2{
   background-color: yellow;  
}