JSFiddle - React, Tailwind, and code Playground
HTML
<div class="card">
<span>text</span> text
</div>
CSS
.card {
display: flex;
flex-direction: column;
}
<div class="card">
<span>text</span> text
</div>
.card {
display: flex;
flex-direction: column;
}