JSFiddle - React, Tailwind, and code Playground
by darkajax
HTML
<p>
this is the rythm of the night, the night, oh yeah
</p>
<ol>
<li>a</li>
<li>b</li>
<li>c</li>
</ol>
CSS
ol, p {
margin: 0;
}
by darkajax
<p>
this is the rythm of the night, the night, oh yeah
</p>
<ol>
<li>a</li>
<li>b</li>
<li>c</li>
</ol>
ol, p {
margin: 0;
}