JSFiddle - React, Tailwind, and code Playground

by jonahe

HTML

<ol>
  <li>test</li>
   <li>test</li>
    <li>test</li>
     <li>test</li>
      <li>test</li>
</ol>

CSS

ol li:before {
   position: absolute;
   
}