JSFiddle - React, Tailwind, and code Playground

HTML

<ul class="list_arrow2">
<li>Signup Options - 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 {
      margin-left:20px;
      text-indent:-20px;
    }