JSFiddle - React, Tailwind, and code Playground

by qustosh

HTML

<!--ordered list zero based test-->
<ol start='0'>
    <li>Jack</li>
     <li>Mike</li>
     <li>Fluffy</li>
     <li>Blake</li>
     <li>Billy</li>
</ol>

CSS

ol{width:200px;margin:auto;list-style-type: decimal;}