JSFiddle - React, Tailwind, and code Playground

by il kamil

HTML

<a href="#" class="desktop">view the normal desktop page</a>

CSS

a.desktop:active{
    display:none;
}