JSFiddle - React, Tailwind, and code Playground

HTML

<div id="text"></div>

JavaScript

var text = 'text goes here';
document.getElementById('text').innerHTML = text;