JSFiddle - React, Tailwind, and code Playground

HTML

<h1 id="myH1">text</h1>

JavaScript

document.getElementById("myH1").style.color = "red";