JSFiddle - React, Tailwind, and code Playground

by greatCar

HTML

#container {
  display: flex;
  justify-content: center;
  align-items: center;
}

CSS

#container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#content {
  flex: 0 0 120px;
}