JSFiddle - React, Tailwind, and code Playground

by lmatonement

HTML

<div id="parent">

<input id="silly" type="text" placeholder="place?"/>
</div>

CSS

#silly {
    border-radius : .6em;
    border: solid thin;
    padding: .5em;
    font-size: 1em;
}
#parent {
    text-align: center;
    min-width: 4em;
    min-height: 4em;
    border: solid thin;
}