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);
}
}
by khamer
<i style="--color: green">test</i>
i {
--color: blue;
color: color(blue);
&::before {
content: color(blue);
}
}