JSFiddle - React, Tailwind, and code Playground

HTML

<div class="block">Чубуречная гогимагоги</div>

CSS

.block{
    max-width: 120px;
    display: inline-block;
    background: #ff0000;
}