JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrapper">
             <div class="text">I'm not a link you fool</div>
            <input type="file"/>
        </div>

CSS

div.text {
            position: absolute;
            top: 0;
            left: 0;
            text-decoration: underline;
            color: blue;
        }
        div.wrapper {
            position: relative;
        }
        input { opacity: 0; }