JSFiddle - React, Tailwind, and code Playground

by Alex Slepenkov

HTML

<div>
<span>Трактор и фавны</span>
<hr>
</div>

CSS

div{
  display:inline-block;
  position:absolute;
  margin-bottom:-20px;
}
span{
  font-size:160%;
}
hr{
  border:1px solid blue;
  margin-top:-20px;
}