JSFiddle - React, Tailwind, and code Playground
HTML
<a href="http://google.com" target="_blank">
<div> </div>
</a>
CSS
div {
background:#f00;
height:100px;
margin-left:10px;
width:300px;
}
a {
display: inline-block;
background:blue
}