JSFiddle - React, Tailwind, and code Playground

HTML

<span>2222222222</span><span>1111111</span><span>2222222222</span>

CSS

span:first-child:before{
    content:'+';
}