JSFiddle - React, Tailwind, and code Playground
HTML
<button>this is some longer text</button>
CSS
button {
text-indent: 200%;
white-space: nowrap;
overflow: hidden;
}
<button>this is some longer text</button>
button {
text-indent: 200%;
white-space: nowrap;
overflow: hidden;
}