JSFiddle - React, Tailwind, and code Playground

by Bob Jones

HTML

<div>
  <input>
</div>

CSS

div {
  width: 100%;
}

input {
  float: center;
  position: absolute;
}