JSFiddle - React, Tailwind, and code Playground

by eget teteete

HTML

<ul>
  <li>list 1</li>
  <li>list 2</li>
  <li>list 3</li>
  <li>list 4</li>
</ul>

CSS

ul {
  display: flex;
}

li {
  margin-right: px;
  color: red;
  list-style: none;
}