JSFiddle - React, Tailwind, and code Playground

HTML

<div class="mydiv"><table height="100%" style="vertical-align:center"><tr><td>Frameworks and Extensions</td></tr></table></div>

CSS

.mydiv{
    width:100px;
    height:70px;
    border:1px solid red;
    position:absolute;
    text-align:center;
    background-color:#ccc;
}