JSFiddle - React, Tailwind, and code Playground
by ShootingStar
HTML
<h1>
<a href="#">Logo</a>
</h1>
CSS
h1 {
float: left;
text-indent: -9999px;
}
h1 a {
float: left;
width: 450px;
height: 450px;
background: url("http://upload.wikimedia.org/wikipedia/ru/a/a3/Unity_Logo.png") no-repeat;
}