Given a simple structure as follows
<div class="wrapper">
<div class="item"> medium </div>
<div class="item"> very_very_long </div>
<div class="item"> tiny </div>
</div>
What css is needed to achieve the following result.
I'd like to achieve this with pure css