JSFiddle - React, Tailwind, and code Playground

by iKNG

HTML

<h1>Название</h1>

CSS

h1:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFA500;
    border-image: none;
    border-style: solid;
    border-width: 25px;
    content: "";
    display: inline-block;
    height: 0;
    left: 63px;
    line-height: 0;
    position: relative;
    width: 0;
    top: 16px;
}
h1 {
    background-color: #FFA500;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    padding: 13px;
}