JSFiddle - React, Tailwind, and code Playground
by dbugger
HTML
<a href="www.google.com">
<div>
</div>
</a>
CSS
div{
width: 210px;
height: 210px;
background: #ff3300;
}
by dbugger
<a href="www.google.com">
<div>
</div>
</a>
div{
width: 210px;
height: 210px;
background: #ff3300;
}