JSFiddle - React, Tailwind, and code Playground

HTML

<ol start="1234">
	<li>
		Some text.
		<ol start="12345">
			<li>
				Some text.
				<ol start="123456">
					<li>
						Some text.
						<ol start="1234567">
							<li>
								Some text.
							</li>
						</ol>
					</li>
				</ol>
			</li>
		</ol>
	</li>
</ol>