JSFiddle - React, Tailwind, and code Playground

HTML

<a href="http://www.google.com/">Clicky!</a>

<div></div>

CSS

div {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 30px;
    background: #000;
    background: rgba(0,0,0,0.5);
    
    pointer-events: none
}