JSFiddle - React, Tailwind, and code Playground
by adamschwartz
HTML
<script>if (navigator.userAgent.match(/(iPad|iPhone|iPod)/g)) { document.documentElement.setAttribute('ios','') }</script>
CSS
body { background: red }
html[ios] body { background: green }