JSFiddle - React, Tailwind, and code Playground

by khamer

HTML

<i style="--color: green">test</i>

SCSS

i {
  --color: blue;
  color: color(blue);
  
  &::before {
    content: color(blue);
  }
}