JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#problem.net">Русской деревни</a>

CSS

a {
  font-family: "Times new roman", serif;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  text-decoration: none;
  border-bottom: 1px solid blue;
  line-height: 75%;
  display: inline-block;
  font-size: 50px;
}
body {
  background: white;
}