JSFiddle - React, Tailwind, and code Playground

by Roman

HTML

<br>
<br>
<br>
<a>Косячный текст</a>

CSS

a {
    color: #1e73be !important;
    text-shadow: 2px 0 #000000, 0px 2px #000000, -2px 0 #000000, 0 -2px #000000;
}
a:hover {
    text-decoration: underline;
}