JSFiddle - React, Tailwind, and code Playground

by taneleero

HTML

<div class="header">
    <img src="http://i.imgur.com/PT899XX.jpg" />
</div>

CSS

.header {
    background:url(http://i.imgur.com/BzVtzl4.jpg) repeat-x center;
}

.header img {
    display:block;
    margin:0px auto;
}