JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text">

CSS

input {
    outline: none;
    /*border: 1px solid #000;*/
}