JSFiddle - React, Tailwind, and code Playground
by marsone
HTML
<ul>
<li>line 1</li>
<li style="margin-left:40px;list-style:circle">line 2 <a href="#">with indent</a></li>
<li style="margin-left:40px;list-style:circle">line 3 with indent</li>
<li>line 4 with no indent</li>
</ul>
CSS
ul{
font-size:x-large;
}