JSFiddle - React, Tailwind, and code Playground

by Alexander

HTML

Hidden block:
<div>Hide text</div>
end

CSS

div {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }