JSFiddle - React, Tailwind, and code Playground

by D S

HTML

<div class="textBox">Some Content here and some more here</div>

CSS

.textBox {
  width: 200px;
  height: 30px;
  border: 1px solid #000;
  overflow: hidden;
  line-height: 30px;
  padding: 5px;
}