JSFiddle - React, Tailwind, and code Playground

by jonahe

HTML

<div class="container">
  <span>
    Test<br/>Test<br/>Test<br/>Test<br/>
  </span>
</div>

CSS

.container {
  overflow: scroll;
  height: auto;
  max-height: 30px;
}