JSFiddle - React, Tailwind, and code Playground

HTML

<div id="demo">hello</div>

JavaScript

document.getElementById('demo').innerHTML = "welcom";