JSFiddle - React, Tailwind, and code Playground

by Bateman

HTML

<input placeholder="A Long Placeholder to demonstrate" />

CSS

[placeholder]{
    text-overflow:ellipsis;
    color: red;
}

/* input{width:100%;} */