JSFiddle - React, Tailwind, and code Playground

HTML

<span>Some text</span>

CSS

span{
    width: 500px;
    text-align: center;
    border:1px solid black;
    display:block;
    
}