JSFiddle - React, Tailwind, and code Playground
HTML
<input disabled="disabled" value="really really long text that will be trunked" />
CSS
input{
text-overflow: ellipsis;
width: 100px;
}
<input disabled="disabled" value="really really long text that will be trunked" />
input{
text-overflow: ellipsis;
width: 100px;
}