JSFiddle - React, Tailwind, and code Playground

by phloe

HTML

<div>Hello</div>

CSS

@supports (-webkit-touch-callout: none) and (font: -apple-system-body) {
    html {
        font: -apple-system-body;
    }
}

div {
  background-color: red;
  color: white;
  padding: 0.5rem;
}