JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">Click Here</a>

CSS

@media only screen and (max-device-width: 480px) {
    a {
        pointer-events: none;
        color: #f00;
    }
}