JSFiddle - React, Tailwind, and code Playground
by DavidVII
HTML
<a href="http://google.com">
<div>
<h1>Hi! I'm a title and my parent is clickable!</h1>
<p>Yea me too!</p>
</div>
</a>
CSS
a { display: block; }
div { background: #faa; }