JSFiddle - React, Tailwind, and code Playground

HTML

<span>Some text</span>

CSS

span{
    width: 10px;
    text-align: center;
    
}