JSFiddle - React, Tailwind, and code Playground

by MD RAHMAN

HTML

<div id="logo">
    <h1 class="logo" title="logo">
        <a title="logo" href="#">Logo</a>
    </h1>
</div>

CSS

#logo {
    width: 538px;
    height: 190px;
    margin-top: 10px;
    /*float: left;*/
    background: url(https://www.google.com/images/srpr/logo11w.png) no-repeat;
}
h1.logo {
    width: 538px;
    height: 190px;
    margin:0;
    padding:0;
}
h1.logo a {
    display: block;
    height: 190px;
    text-indent: -3000em;
    overflow: hidden;
}