JSFiddle - React, Tailwind, and code Playground

by Chris LaFrombois

HTML

<button>this is some longer text</button>

CSS

button {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}