JSFiddle - React, Tailwind, and code Playground

by Phoebe Jeske

HTML

<h1 id= "My_Name">Ezekiel</h1>
<hr></hr>
<p>
<em>I am smart.</em>
</p>
<hr></hr>
<h2>
Here are some of the things I like to do:
</h2>
<ul>
<li>Math</li>
<li>Coding</li>
<li>Reading</li>
</ul>

JavaScript

document.getElementById("My_Name").innerHTML = "Ezekiel J.";