JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrapper">
  <h1>Заголовок</h1>
</div>

CSS

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
h1 {
  border-bottom: 10px double #000;
}