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;
}
by Alexander
Hidden block:
<div>Hide text</div>
end
div {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}