JSFiddle - React, Tailwind, and code Playground

by brigand

HTML

<div id="main"></div>
<div id="out">Value: </div>

CSS

:root {
  --example: something;
}

JavaScript

out.textContent += getComputedStyle(main).getPropertyValue('--example')