JSFiddle - React, Tailwind, and code Playground

HTML

<input type=text>

CSS

body {
     background: #000; 
       padding: 50px; 
}
input {
    height: 40px;
    width: 300px;
    border: 0;
    padding: 0 5%;
}