JSFiddle - React, Tailwind, and code Playground
by vi161
HTML
<div class='a'>
<p>
dsfsdfsadf
</p>
<p>
sfgfgrwgf
</p>
</div>
CSS
.a {
display: flex;
flex-direction: column;
margin: auto;
}
p {
border: 1px solid red;
margin: auto;
}