JSFiddle - React, Tailwind, and code Playground

by Aleksandr Zidyganov

HTML

<ul>
  <li>dfdfsd</li>
  <li>dfdfsd</li>
  <li>dfdfsd</li>
  <li>dfdfsd</li>
  <li>dfdfsd</li>
</ul>

CSS

ul {
  list-style: decimal;
}