JSFiddle - React, Tailwind, and code Playground
HTML
<div><h1>lalal</h1></div>
CSS
@-moz-document url-prefix() {
div {
background-color: #f00;
}
}
<div><h1>lalal</h1></div>
@-moz-document url-prefix() {
div {
background-color: #f00;
}
}