JSFiddle - React, Tailwind, and code Playground

by maxisam

HTML

<ol>
    <li> test 1</li>
    <li> test 2</li>
</ol>

CSS

ol {
    list-style-type: dec;
}