JSFiddle - React, Tailwind, and code Playground
HTML
<div class="title-simple"><h2>Текст текст текст текст текст</h2></div>
CSS
Body {
background: #252525;
}
.title-simple {
width: 250px;
}
h2 {
color: #252525;
background: #ddd0ca;
font-size: 24px;
display: inline;
}