JSFiddle - React, Tailwind, and code Playground
by ShaCP
HTML
<div class="container">
<div class="text">
Rfeofoe eofkoefkoe foefk oekfoekfo ekfoekfo ekfoekf oekfoefkoekfoekfoefko
</div>
</div>
CSS
.container {
width: 300px;
height: 200px;
}
.text {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}