JSFiddle - React, Tailwind, and code Playground

HTML

<p class="name">Константин</p>

CSS

.name {
    font-size: 230px;
    line-height: 1;
    color: #080400;
    background-color: #dbae2e;
    text-transform: uppercase;
    text-align: center;
    padding: 28px 10px;
    font-weight: 600;
}