JSFiddle - React, Tailwind, and code Playground
HTML
<div style="float: left">1.</div>
<p>
Phasellus lacinia ipsum quis dolor faucibus interdum.</p>
CSS
body {
counter-reset: counter;
}
p {width: 200px; overflow: hidden}
/*p:before {
content: counter(counter);
counter-increment: counter;
margin-right: 10px
}*/