JSFiddle - React, Tailwind, and code Playground

by sectioni

HTML

<div>
  <span>word 1</span>
  <span>word 2</span>
</div>

CSS

div {
  width: 50px;
  white-space: nowrap;
  border:solid 1px red;
  overflow:hidden;
  height:auto;
}