JSFiddle - React, Tailwind, and code Playground

by Alexander Antonov

HTML

<span class="box001">красная полукруглая</span>

CSS

.box001 {
color: #FFF;
font-weight: bold;
background-color: #BE0A0A;
background-repeat: repeat-x;
border-radius: 10px;
padding: 0 10px;
margin-left: 5px;
position: absolute;
font-weight: normal;
text-shadow: none;
}