JSFiddle - React, Tailwind, and code Playground
by j08691
HTML
<ul>
<li>a</li>
<li>b</li>
<li>c</li>
</ul>
CSS
ul {
list-style:none;
padding-left:0;
}
by j08691
<ul>
<li>a</li>
<li>b</li>
<li>c</li>
</ul>
ul {
list-style:none;
padding-left:0;
}