JSFiddle - React, Tailwind, and code Playground

by dingen2010

HTML

<div class="button">
    test (note)
</div>

CSS

.button {
    background-color: orange;
    color: #fff;
    width: 150px;
    line-height: 60px;
    font-size: 26px;
    text-align: center;
    vertical-align: middle;
}

.button small {
    font-size: 15px;
    vertical-align: middle;
    line-height: 10px;
}