JSFiddle - React, Tailwind, and code Playground

HTML

<div id="header">
    <h1><a href="#">test</a></h1>
</div>

CSS

#header h1 {
    background-image: url(http://mag.beunequaled.com/assets/images/xbu-mag-logo.png.pagespeed.ic.uFpoIjAVFW.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin-left: 15px;
}
#header h1 a {
    display: block;
    height: 120px;
    width: 400px;
    margin-top: -135px;

}