JSFiddle - React, Tailwind, and code Playground

by cristianromagnoli

HTML

<div><h1>lalal</h1></div>

CSS

@-moz-document url-prefix() {
    div {
        background-color: #f00;
    }
 }