Example:
Is it possible to built this kind of layout with flex without nesting? Purely, with a structure like this:
<div class="long">
</div>
<div class="short">
</div>
<div class="short">
</div>
<div class="short">
</div>
<div class="short">
</div>