JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" id="test" value="You should see ellipsis on this text because it overflows">
CSS
input {
text-overflow:ellipsis;
}
<input type="text" id="test" value="You should see ellipsis on this text because it overflows">
input {
text-overflow:ellipsis;
}