JSFiddle - React, Tailwind, and code Playground

by stitot

HTML

<h1>Placeholder text</h1>

CSS

@media (prefers-color-scheme: dark) {
  body {
    background: black;
    color: white;
  }
}