JSFiddle - React, Tailwind, and code Playground
by Brenton Strine
HTML
<aside class="list">
<h1>Add to List</h1>
<ul>
<li>My favorite Beardos</li>
<li>ugliest tweens</li>
<li>my favorite Pauly Shore movies that wrap two lines</li>
</ul>
<input type="text"><button>+</button>
<a href="listspage.html">Go to lists page</a>
</aside>
CSS
<aside class="list">
<h1>Add to List</h1>
<ul>
<li>My favorite Beardos</li>
<li>ugliest tweens</li>
<li>my favorite Pauly Shore movies that wrap two lines</li>
</ul>
<input type="text"><button>+</button>
<a href="listspage.html">Go to lists page</a>
</aside>