JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<title>Custom list counter styles with CSS</title>
</head>
<body>
<ol>
<li>item1</li>
<li>item2</li>
<li>item3</li>
<li>item4</li>
<li>item5</li>
<ol>
</body>
</html>
CSS
ol {list-style: none; counter-reset: chapter 0;}