JSFiddle - React, Tailwind, and code Playground

by gmdavis62

HTML

<div class="fullheight"><a href="#link">Link</a></div>
<div id="link">linked</div>

CSS

html, body{height:100%;}
.fullheight{height:100%;}