JSFiddle - React, Tailwind, and code Playground

HTML

<div class="line">
   <div class="logo">
       <a href="#"></a>
    </div>
</div>

CSS

.line {
    background: url(http://savepic.su/3764514.png) left bottom repeat-x;
    height: 14px;
    width: 100%;
    margin-top: 100px;
}
.logo {
background: url(http://savepic.su/3773732.png) left bottom repeat-x;
margin: auto;
height: 14px;
width: 65px;
}

.logo a {
    background: url(http://savepic.su/3740962.png) top center  no-repeat;
    height: 48px;
    display: block;
 margin: auto;
    position: relative;
        top: -20px;
}