JSFiddle - React, Tailwind, and code Playground
HTML
<header></header>
CSS
:root{
--firstcolor: blue;
}
header{
background:var(--firstcolor);
height:200px;
}
<header></header>
:root{
--firstcolor: blue;
}
header{
background:var(--firstcolor);
height:200px;
}