JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<!-- Add heading 1 here -->
<h1>I like, I hate</h1>

<!-- Add heading 2 here -->
<h2>I like</h2>

<!-- Unordered list (I like)-->
<ul> 
    <li>Teaching web class</li>
    <li>Mecanical keyboards</li>
    <li>Vintage cars</li>
</ul>

<!-- Add heading 2 here -->
<h2>I hate</h2>

<!-- Ordered list (I hate)-->
<ol> 
    <li>Going over a piece of homework </li>
    <li>Watching TV</li>
    <li>Eating endives</li>
</ol>