JSFiddle - React, Tailwind, and code Playground

by alga noto

HTML

<script src="&lt;link href=&#39;http://fonts.googleapis.com/css?family=Open+Sans:400,600,300&#39; rel=&#39;stylesheet&#39; type=&#39;text/css&#39;&gt;"></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;
}