JSFiddle - React, Tailwind, and code Playground

by kboucher

HTML

<p>Here is some text I would like to truncate.</p>

CSS

p { width: 10em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }