JSFiddle - React, Tailwind, and code Playground

HTML

<body>Hello</body>

CSS

body {
  --a: red;
  background-color: var(--A);
}