JSFiddle - React, Tailwind, and code Playground

by lollero

HTML

<br><br><br><br><br><br><br>

<form action="">
  <input type="text">
</form>

CSS

body {
  background: #222;
  text-align: center;
  margin: 20px;
}

form {
  overflow: hidden;
  display: inline-block;
}