JSFiddle - React, Tailwind, and code Playground

by iamjpg

HTML

<div id="foo"></div>

CSS

#foo::before {
    content: 'bar'
}

JavaScript

alert(window.getComputedStyle(document.getElementById('foo'), ":before").getPropertyValue('content'));