JSFiddle - React, Tailwind, and code Playground

by redky

HTML

<input type="text" placeholder="Input Your Name!">

CSS

input {
    height: 32px;
    line-height: normal;
}