JSFiddle - React, Tailwind, and code Playground
by Daniel Hall
HTML
<h1>
How to code
</h1>
<br >
<br />
<p>
Html is A Hypertext Markup Language. Html is easy all haft to do is create tags like this.<img src="https://cdncontribute.geeksforgeeks.org/wp-content/uploads/inputextracttags.png"><br />As you see first you start of html tag then the head then then body. Then end those tags. Okay so then go to this website<a href="https://www.w3schools.com/html/tryit.asp?filename=tryhtml_default" target="_blank">W3schools Html editor</a>Before link that link watch my coding video. <iframe>
</iframe></p>
CSS
h1 {text-align: center; font-family: Arial Black;}
img {width: 25%; height: 25%;}