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;
}
}
by mpsingh2003
<p>This should be red in FF</p>
@-moz-document url-prefix() {
h1 {
color: red;
}
}