JSFiddle - React, Tailwind, and code Playground

by Michel Penke

HTML

<span>test</span>

CSS

@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
 * {
   color: red;
 }
}