JSFiddle - React, Tailwind, and code Playground

HTML

<p>
  text<br>
  <input type="text"><br>
  text<br>
</p>

CSS

input{
  border:0;
  border-bottom:1px solid #bbb;
}