JSFiddle - React, Tailwind, and code Playground

by Alessandro Vernet

HTML

<div>Hello, world!</div>

CSS

body * {
  color: #000 !important;
}

html body * {
  color: unset !important;
}

div {
  color: orange;
}