Css – Display grid: Edge to edge grid rows (no space after last row item) How?
Please see this playground https://play.tailwindcss.com/SMkXmO9Mo8 As the text say I want the grid row items to distribute evenly and edge to edge in a container with flexible width. justify-content: space-between; or tailwinds justify-beween has no effect on grid only flex.