JSFiddle - React, Tailwind, and code Playground

by mpsingh2003

HTML

<p>This should be red in FF</p>

CSS

@-moz-document url-prefix() {
    h1 {
        color: red;
    }
}