JSFiddle - React, Tailwind, and code Playground

by Michel Penke

HTML

<button>
Test
</button>

CSS

@media (-moz-touch-enabled){
    button {color: red;}
}