JSFiddle - React, Tailwind, and code Playground
by itimeheke
HTML
<ul>
<li>
This is a test<br>
This is a test<br>
This is a test<br>
This is a test<br>
</li>
</ul>
CSS
ul {
background-color: #CCC;
}
li {
margin: 20px;
}