JSFiddle - React, Tailwind, and code Playground
HTML
<div id="Screen"> Please add text.</div>
JavaScript
(function StartMsg() {
document.getElementById('Screen').textContent += " The game was created.";
}())
<div id="Screen"> Please add text.</div>
(function StartMsg() {
document.getElementById('Screen').textContent += " The game was created.";
}())