JSFiddle - React, Tailwind, and code Playground
HTML
<body>asdasdasdasdasd</body>
CSS
@-moz-document url-prefix() {
body {
background-color:-moz-linear-gradient(linear, 0 0, 0 150%, from(#f39e07), to(#e50100));
color: red;
}
}