JSFiddle - React, Tailwind, and code Playground

by petroveg

HTML

<body>
    <a href="#">LINK</a>
</body>

CSS

body:after {
    content: "";
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}