Performance: Justify content (main axis)
LOW IMPACT
This affects how space is distributed along the main axis in flex or grid containers, impacting layout calculation and paint.
<div class="flex justify-center">...</div><div class="flex" style="justify-content: space-between; justify-content: center;">...</div>
| Pattern | DOM Operations | Reflows | Paint Cost | Verdict |
|---|---|---|---|---|
| Multiple inline justify-content styles | Minimal | 2 reflows | Medium | [X] Bad |
| Single Tailwind justify-content utility | Minimal | 1 reflow | Low | [OK] Good |