JSFiddle - React, Tailwind, and code Playground

by Sergey khorev

HTML

<div class="container">
  <div class="box">
    <div>content1</div>
    <div>content2</div>
    <div>content3</div>
  </div>
</div>

CSS

.box{white-space:nowrap}
.box div{width:90px;display:inline-block;border:1px solid black}