https://github.com/styled-components/styled-components/tree/legacy-v5
Using classes like grid-cols-[minmax(300px,_1fr)_3fr]
from https://tailwindcss.com/docs/grid-template-columns#arbitrary-values causes silent failure with classes not being applied properly.
When debugging, I can see that Styled Components generate style rules such as .hHkAEe{null;}
signaling there is some bug inside which stops processing all styles for a component if such class rule exists.