JSFiddle - React, Tailwind, and code Playground

by davidpauljunior

HTML

<p>
Hello there
</p>

CSS

:root {
  --font-family: 'Georgia';
}

html {
  font-family: sans-serif;
  font-family: var(--font-family), 'sans-serif';
}