JSFiddle - React, Tailwind, and code Playground

HTML

<span class="width250">test</span><span>test2</span>

CSS

.width250{
    
    width:250px;
    display:block;
    float:left;
}