JSFiddle - React, Tailwind, and code Playground
HTML
<span>Первая строчка</span><span>Вторая строчка</span>
CSS
span:after{
content:'';
display:inline-block;
width:100%;
}
<span>Первая строчка</span><span>Вторая строчка</span>
span:after{
content:'';
display:inline-block;
width:100%;
}