JSFiddle - React, Tailwind, and code Playground

HTML

<p id="text">some text</p>
<button type="button" onclick="document.getElementById('text').style.color = 'red';">red</button>