JSFiddle - React, Tailwind, and code Playground

HTML

<div class="top">
    
</div>

CSS

.top {
    background:url(http://s019.radikal.ru/i633/1311/d7/bd66959276f0.png) no-repeat;
    background-size:cover;
    max-width:1200px;
    height:88px;
    display:block;
    margin:0 auto;
}