JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#">Есть свечение</a>
<a href="#" class="no">Нет свечения</a>
CSS
.no {
-webkit-tap-highlight-color: transparent;
}
a {
display: block;
width: 240px;
text-align: center;
border: 1px solid;
margin-bottom: 50px;
padding: 20px;
}