JSFiddle - React, Tailwind, and code Playground

by nabeezy

HTML

<b> bold text </b>
<i> italicized </i>
<p> paragraph </p>

<h1> header 1 is the biggest </h1>
<h4> header 4 is the smallest </h4>

<ol> <!--dont write here -->
	<li>Wake up</li>
	<li>Have breakfast</li>
	<li>Go to sleep</li>
</ol>



<ul> <!--dont write here -->
	<li>Butter</li>
	<li>Spam</li>
	<li>Sweet spam</li>
</ul>

<p>
    this is an n and an &#191;
    this is an n and an &#241;
    <br/>  <!-- this is a "break" tag, kinda like hitting enter on your keyboard --> 
    this is an n and an &#241;
</p>


<p><a href="http://symbolcodes.tlt.psu.edu/web/codehtml.html">hex codes for YOU</a></p>

linq: Joseph Naber  or <a href="mailto:[email protected]">joe's email</a>