JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#" class="button kir">Search for me to reveal</a>

CSS

.kir {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.button {
    
    border: 4px solid;
}