JSFiddle - React, Tailwind, and code Playground
by Abra Cadabra
HTML
<div>
<span class="address">
[email protected]
<div class="overlayer"></div>
</span>
</div>
CSS
.address{
position: relative;
}
.overlayer{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: transparent;
}