JSFiddle - React, Tailwind, and code Playground
by ian_smithz
HTML
<h1>
<span>
<span class="column">BANK HOLIDAY</span></span>
<span class="deals">DEALS</span>
</h1>
CSS
.column{
display: flex;
flex-direction: column;
}
h1{
display: flex;
justify-content: center;
}