JSFiddle - React, Tailwind, and code Playground
HTML
<div class="preTile">
<div class="prehead">Luxury Apartments in Atlanta</div>
<div class="predis">Luxury Apartments in Atlanta</div>
</div>
CSS
.preTile {
height: 12em;
width: 21em;
overflow:none;
background: cornflowerblue;
}
.prehead{
font-size:1.1em;
padding:.2em 0em .2em .4em;
}
.predis{
font-size:1.1em;
padding:.2em 0em .2em .4em;
}