JSFiddle - React, Tailwind, and code Playground

by VKorneva

HTML

<div class="layout_title">
        <h1>Счета</h1>
    </div>

CSS

body {background: #333;}

.layout_title {
    padding: 19px 0 20px;
    margin: 0;
}
 .layout_title:before {
    background: #fff;
    content: "";
    display: inline-block;
    margin: 0 0 9px;
    width: 100px;
    height: 2px;
}

h1 {
  margin:0;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    line-height: 1.1;
        font-size: 28px;
        color: #fff;
}