JSFiddle - React, Tailwind, and code Playground
by nilloc
HTML
<div id="one"></div>
CSS
#one::before {
content: "gcgch";
}
JavaScript
var a = window.getComputedStyle(document.querySelector('#one'), ':before');
alert(a.getPropertyValue("content"))