JSFiddle - React, Tailwind, and code Playground

by Craig Haywood

HTML

<p>My custom list</p>

<!-- change the unicode character and how far the list is indented here -->
<ul style="list-style-type: '&#x2714'; margin-left: 0.5em; color: lime">
  <!-- padding-left is the spacing between the text and the list character -->
  <!-- padding-bottom is the vertical spacing between each list item -->
  <li style="padding-left: 0.25em; padding-bottom: 0.25em">✅This is the only program of its kind that allows those with ambition, but lacking the funds, to start earning online for years to come without any financial outlay.</li>
  <li style="padding-left: 0.25em; padding-bottom: 0.25em">✅This is the only program of its kind that allows those with ambition, but lacking the funds, to start earning online for years to come without any financial outlay.</li>
  <li style="padding-left: 0.25em; padding-bottom: 0.25em">✅This is the only program of its kind that allows those with ambition, but lacking the funds, to start earning online for years to come without any financial outlay.</li>
</ul>