JSFiddle - React, Tailwind, and code Playground

by fxi

HTML

<div id=test></div>

JavaScript

var elTest = document.getElementById('test');


elTest.style.content = 'hey';