JSFiddle - React, Tailwind, and code Playground

HTML

<div id="wrapper">
            <div id="header">
                <img src="http://s26.postimg.org/vqdkaohmd/logo.png" />
                </div><div id="menuBar" align="right">
                    <img src="http://s26.postimg.org/5tjvy2dyx/lnks.png"/>
                </div>
        </div>

CSS

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #2e261e;
    background-image:url(_res/sides.png);
    background-repeat:repeat-x;
}

#wrapper {
    width: 960px;
    margin-left:auto;
    margin-right:auto;
    background-color: teal;
}
#header {
    margin:0px;


}

#menuBar {
    margin: 0;

}