JSFiddle - React, Tailwind, and code Playground

by luka kupunia

HTML

<ol>
  <li>123</li>
</ol>

CSS

ol {
  list-style: decimal;
}