JSFiddle - React, Tailwind, and code Playground

by mtenschert

HTML

<style>
  ul {
    list-style: none;
  }

  ul,
  ol {
    padding: 0px
  }

  ul ul,
  ul ol {
    padding-left: 20px;
  }

</style>

<li type="a"><strong>Trustpilot</strong>
  <p> bla bla with a link <a href="http://www.criteo.com/privacy/">http://www.criteo.com/privacy/</a>. </p>
  <p> bla bla </p>
</li>