JSFiddle - React, Tailwind, and code Playground
by alga noto
HTML
<script src="<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,300' rel='stylesheet' type='text/css'>"></script>
<div id="bg">
<div id="content-container">
<div id="logo"><img src="https://www.dropbox.com/s/vttml7dgs6ep72f/icon_heart-03.png"/></div>
</div>
</div>
<img src="https://www.dropbox.com/s/vttml7dgs6ep72f/icon_heart-03.png" alt="Smiley face" height="416" width="363">
CSS
body {
margin:0;
padding:0;
}
#bg {
width:100%;
background:gray;
height:680px;
margin:0 auto;
}
#content-container {
width:1000px;
}