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%);
}
by otinanaipali
<div>
<h1>
Hello world
</h1>
</div>
div {
background-color: #fff;
}
h1 {
color: #fff;
-webkit-filter: invert(100%);
filter: invert(100%);
}