JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<div class="test">
chelsea chelsea chelsea chelsea chelsea chelsea chelsea
</div>
<div class="test">
iiiii iiiii iiiii iiiii iiiii iiiii iiiii iiiii
</div>
CSS
.test {
width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}