JSFiddle - React, Tailwind, and code Playground
by Michel Penke
HTML
<button>
Test
</button>
CSS
@media (-moz-touch-enabled){
button {color: red;}
}
by Michel Penke
<button>
Test
</button>
@media (-moz-touch-enabled){
button {color: red;}
}