JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" placeholder="Example">

CSS

input {
  background-color: transparent;
  height: 20px;
  width: 300px;
  padding: 10px 10px 1px;
  
  border: 0;
  border-bottom: 1px solid red;
}