JSFiddle - React, Tailwind, and code Playground

by otinanaipali

HTML

<div>
<h1>
Hello world
</h1>
</div>

CSS

div {
    background-color: #fff;
}

h1 { 
    color: #fff;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}