JSFiddle - React, Tailwind, and code Playground

by tonyleeper

HTML

<input type="text" />

CSS

input {
  text-overflow: ellipsis;
}