JSFiddle - React, Tailwind, and code Playground

HTML

<ul class="list_arrow2">
    
<li>
 Describe your signup options that an applicant can choose from. List the signup option type, description, and price. For example, the two signup options might be Customer or Distributor; each option would carry a different description of cost and details.</li>

</ul>

CSS

li {
      padding-left:150px;
    }