JSFiddle - React, Tailwind, and code Playground
HTML
<div style="display:grid;background: orange; -ms-grid-columns:minmax(50px, 0.3fr) minmax(50px, 0.6fr); grid-template-columns: minmax(50px, 0.3fr) minmax(50px, 0.6fr);width:200px;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>