JSFiddle - React, Tailwind, and code Playground

by robhortn

HTML

<div class="base-container-tile-large">
    <span>Here is a long message  <br/> that needed a break</span>
</div>

CSS

.base-container-tile-large {
    background-color: #007F7F;
    margin: 5px;
    border: none;
    color: #fff;
    font-family: Arial;
    font-size: .95em;
    vertical-align: bottom;
}

.base-container-tile-large
{
    width: 313px;
    height: 313px;
}

.base-container-tile-large span{
    position: absolute;
    bottom: 330px;
    left: 12px;
}