JSFiddle - React, Tailwind, and code Playground
by borayeris
HTML
<div class="hrefTest" onclick="window.location='http://www.google.com/'">
</div>
CSS
.hrefTest {
width:300px;
height:300px;
background-color:red;
background-image:url(http://i.imgur.com/2mUx0TJ.jpg);
background-size:cover;
}