JSFiddle - React, Tailwind, and code Playground

by OjisanSeiuchi

HTML

<html>
  <body>
    <p>
      Some text
    </p>
    <ul>
      <li>Thing one</li>
      <li>Think two</li>
    </ul>
  </body>
</html>

CSS

ul {
  list-style: none;
  padding-left:0;
}

JavaScript

ol