JSFiddle - React, Tailwind, and code Playground
by Anshuman Dwibhashi
HTML
<a href="http://jsfiddle.net/anshudwibhashi/4EjAe/2/">View code</a><br/><br/>
<section id="left">This is the landing zone!</section>
<section id="right"><img width="100px" height="100px" src="//lh4.googleusercontent.com/-A4PMZCZ_Fyg/AAAAAAAAAAI/AAAAAAAAB1w/XYEaZmdFVes/s512-c/photo.jpg"></section>
CSS
#left{
float:left;
width:250px;
height:250px;
margin:3px;
padding:10px;
border:5px solid red;
}
#right{
float:left;
width:250px;
height:250px;
margin:3px;
padding:10px;
border:5px solid green;
}