JSFiddle - React, Tailwind, and code Playground

by inser

CSS

.box {
            display: flex;
          }
          .box>* {
            flex: 1 1 100px;
          }
          .hide {
            visibility: collapse;
          }