JSFiddle - React, Tailwind, and code Playground

by Purag Moumdjian

HTML

<span id="serverTime">Some text</span>

JavaScript

document.getElementById('serverTime').innerHTML='Some new text.';