JSFiddle - React, Tailwind, and code Playground

by Oski Krawczyk

HTML

<a href="#">aaaaaaaa</a>

CSS

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    background: red;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}