JSFiddle - React, Tailwind, and code Playground

HTML

<h1><a href="#">Заголовок - ссылка</a></h1>

CSS

h1 a{
display:block;
border: 1px solid #000;
font: bold 64px "Century Gothic";
color: #1d1eeb;
text-decoration: none;
text-shadow: #1d1eeb 0 0 10px;
text-align: center;
}