JSFiddle - React, Tailwind, and code Playground
HTML
<div class="outer">
<span class="inner">Текст1</span>
<span class="inner">Текст2</span>
<span class="inner">Текст3</span>
</div>
CSS
.outer{width:300%;height:100px;white-space:nowrap;background:#bbb;}
.inner{width:30%;height:100px;display:inline-block;white-space:normal;text-align:center;line-height:100px;}