JSFiddle - React, Tailwind, and code Playground

by DeadByElpy

HTML

<h1>123213213213</h1>
<p>
Some test
</p>
<strong>Super String!!!</strong>

CSS

body {
    color: black;
    background: white;

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