JSFiddle - React, Tailwind, and code Playground

by David Thomas

HTML

<span id="Fruit">Banana</span>

JavaScript

var td1 = document.getElementById('Fruit');
td1.firstChild.nodeValue = 'Apple';