JSFiddle - React, Tailwind, and code Playground
by GolfGirl21
HTML
<!-- i am Awesome and i love to play golf and hang out with my family. -->
<h1>Hello Marley </h1
<p> this is something about me today i am learning how to code with jsfiddle!</p>
CSS
h1 {
color: red;
}
JavaScript
// happy days happy days are today
alert(document.getElementsByTagName( 'h1')[o].innerHTML);