JSFiddle - React, Tailwind, and code Playground
by trung ken
HTML
<a class="logo" href="https://www.example.com">KEN TRUNG</a>
CSS
.logo {
background-image: url('http://i.imgur.com/gqxcc5G.jpg');
background-repeat: no-repeat;
background-position: 0 0;
display: inline-block;
height: 150px;
width: 191px;
text-indent: -9999px;
}