JSFiddle - React, Tailwind, and code Playground

by Kondal Durgam

HTML

<!DOCTYPE html>
<html>
<body>

<ul >
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ul>

</body>
</html>

CSS

li{
  line-height:20px;
}