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;
}
by il kamil
<a href="#" class="desktop">view the normal desktop page</a>
a.desktop:active{
display:none;
}