JSFiddle - React, Tailwind, and code Playground

HTML

<div style="display:grid;background: orange; -ms-grid-columns:minmax(50px, 1fr) minmax(50px, 2fr); grid-template-columns: minmax(50px, 1fr) minmax(50px, 2fr);width:150px;border:5px solid red;">
  <div style="-ms-grid-column: 1;grid-column-start:1;background:yellow;height:10px;"></div>
  <div style="-ms-grid-column: 2;grid-column-start:2;background:yellow;background:lime;height:10px;"></div>
</div>