JSFiddle - React, Tailwind, and code Playground

by wookiehangover

HTML

<div id="fuckyou">Fuck FF</div>

CSS

/* iPhone / mobile webkit */
@media screen and (max-device-width: 480px) {
 #fuckyou { color: red  }
}