JSFiddle - React, Tailwind, and code Playground
HTML
<h1>И вот тут какой-то ну очень длинный заголовок</h1>
<h2>Какой-то заголовок</h2>
CSS
h1, h2 {
font: normal 150% Trebuchet MS;
color: #252525;
margin: 10px;
position: relative;
display:inline-block;
}
h1:before, h2:before {
content: "";
width: 100%;
height: 1px;
border-bottom: 1px solid #252525;
position: absolute;
top: 24px;
right: -100%;
}