JSFiddle - React, Tailwind, and code Playground

by josekerekes

CSS

:root {
  --primary: red
}

body {
  background:var(--red);
}