JSFiddle - React, Tailwind, and code Playground
by Arvind Pal
HTML
<div class="hide-text">heloo arvind kuarpal how are yoy</div>
CSS
.hide-text {
width: 70px;
background: red;
}
span:hover {
white-space: unset;
text-overflow: unset;
}