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;
}
by jonahe
<ol>
<li>test</li>
<li>test</li>
<li>test</li>
<li>test</li>
<li>test</li>
</ol>
ol li:before {
position: absolute;
}