JSFiddle - React, Tailwind, and code Playground
HTML
<div>Hello</div>
JavaScript
$("head").append($('<style>div:after { content: " World" }</style>'));
<div>Hello</div>
$("head").append($('<style>div:after { content: " World" }</style>'));