JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" />

CSS

input {
  width: 100%;
  border-top: none;
  border-left:none;
  border-bottom: 1px solid #d17965;
  border-right: 1px solid #d17965;
  padding: 8px 6px;
}