JSFiddle - React, Tailwind, and code Playground

HTML

<h1><a href="1.html">Заголовок</a></h1>

CSS

a {
  display: block; 
  background: #fc0;
}