JSFiddle - React, Tailwind, and code Playground
by Kriem
HTML
<ul>
<li>Hello list item. I love you so much...</li>
</ul>
CSS
ul
{
width:200px;
border:1px dotted #ccc;
}
by Kriem
<ul>
<li>Hello list item. I love you so much...</li>
</ul>
ul
{
width:200px;
border:1px dotted #ccc;
}