JSFiddle - React, Tailwind, and code Playground

by thiswolf

HTML

<div class="container">
<img src="http://dl.dropbox.com/u/51537247/home.png" />
</div>

CSS

.container{
width:600px;
height:200px;
background-color:orange;
}
img {
width:6%;
margin-left:47%;
margin-right:47%;
height:16%;
margin-top:12%;
margin-bottom:12%;
}
body{

}