JSFiddle - React, Tailwind, and code Playground

by bfelda

HTML

<div class="reset">
    <p>P</p>
</div>

CSS

.reset {
    margin-left:4px;
    margin-top: 4px;
    height:50px;
    width:50px;
    background:Silver;
    position: relative;    
}
.reset p {
    position:absolute;
    top: -4px;
    font-size: 38px;
    font-family: sans-serif;
    text-align: center;
}