JSFiddle - React, Tailwind, and code Playground
HTML
<div>Lot of interesting text in this multi-line box but how do I remove or hide the last line</div>
CSS
div {
border: 1px solid black;
height:65px;
width:150px;
overflow:hidden;
}