JSFiddle - React, Tailwind, and code Playground

by khamer

HTML

<input placeholder="enter message">

CSS

body {
  text-align: center;
}

input {
  padding: 1rem;
  font-size: 2rem;
  text-align: center;
}