JSFiddle - React, Tailwind, and code Playground

by amindunited

HTML

<div style="background-color: var(--red--50);">
  <h1>
    Div content
  </h1>
</div>

CSS

:root {
  --red: #FFEBEE;
  --red--50: #FFEBEE;
}