JSFiddle - React, Tailwind, and code Playground
by totoromaum
HTML
<!DOCTYPE html>
<body>
<h3>Ordered list</h3>
<ol>
<li> list Item </li>
<ul>
<li> U.L item</li>
<li> U.L item</li>
<li> U.L item</li>
</ul>
</ol>
</body>
by totoromaum
<!DOCTYPE html>
<body>
<h3>Ordered list</h3>
<ol>
<li> list Item </li>
<ul>
<li> U.L item</li>
<li> U.L item</li>
<li> U.L item</li>
</ul>
</ol>
</body>