JSFiddle - React, Tailwind, and code Playground
HTML
<ol class="tour">
<li>First thing's first</li>
<li>Second's the best</li>
<li>Why not third?, Because I though it was the best. WOW its working now yo man ! some text data !! </li>
<li>How about fourth?</li>
</ol>
CSS
ol.tour li:before {
content:"Tour";
margin-left:-60px;
margin-right:30px;
}
ol.tour{
margin-left:40px;
}