JSFiddle - React, Tailwind, and code Playground

by Christopher McCulloh

HTML

<input type="text" id="test" value="You should see ellipsis on this text because it overflows">

CSS

input {
    text-overflow:ellipsis;
}