JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<p>This is paragraph1</p>
<ul>
<li>The text line one</li>
<li>The text line one</li>
<li>The text line one</li>
</ul>
</div>
CSS
li{
margin-left: 20px;
}