JSFiddle - React, Tailwind, and code Playground

HTML

<div class="img">
    <a href=""></a>
</div>

CSS

.img{
    background: url('http://blog.mlive.com/kalamabrew/2008/03/small_Beer%20Mug%20Icon.jpg');
    width: 150px;
    height: 197px;
    position:relative;
}

.img a{
    display:inline-block;
    height:100px;
    width:100px;
    background:red;
}