JSFiddle - React, Tailwind, and code Playground
HTML
<section>
</section>
CSS
section {
height: 200px;
background: blue;
}
@-moz-document url-prefix() {
section{
background: red;
}
}
<section>
</section>
section {
height: 200px;
background: blue;
}
@-moz-document url-prefix() {
section{
background: red;
}
}