JSFiddle - React, Tailwind, and code Playground
by ThiefMaster
HTML
<div class="a"><a href="#"></a></div>
<div class="b"><a href="#"></a></div>
CSS
div.a { background-color: #f00; }
div.b { background-color: #ff0; left: 50%; }
div { position: absolute; height: 100%; width: 50%; }
div a { display: block; height: 100%; }