JSFiddle - React, Tailwind, and code Playground
HTML
<div class="scroll">
<div class="inner">
<p>Текст текст текст перетекст растекст много много текста длинного текста</p>
</div>
</div>
CSS
.scroll { overflow-x: scroll; white-space: nowrap; width: 200px; border: 2px solid; -moz-transform: scaleY(-1); }
.inner { -moz-transform: scaleY(-1); }