JSFiddle - React, Tailwind, and code Playground

HTML

<input type="search" placeholder="Search and hit enter..." />

CSS

input {
    display: block;
    padding: 15px !important;  
}