JSFiddle - React, Tailwind, and code Playground
HTML
<ul style="list-style-type:decimal;">
<li>First</li>
<li>Second</li>
<li>Third</li>
</ul>
CSS
li{position: relative;}
li:before{position: absolute; left: -13px; content: ')'; background:white;}