JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Título</h1>
<h1>Título</h1>
<h1>Título</h1>
<h1>Título</h1>
<h1>Título</h1>
<h1>Título</h1>
CSS
h1 {
counter-increment: numero-do-titulo;
}
h1::after {
content: " #" counter(numero-do-titulo);
}