How can I position those child divs absolutely regardless of their size? Like middle should be at the middle regardless of its neighbors sizes.
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet"/>
<div class="flex flex-row justify-between">
<div>fsdf</div>
<div>middle</div>
<div>fsdfsdfsfsfsfsfsdfsfsdffsdfsfsfsdfsdfsdfsfsfsdfsdfdfsdfsfdsfs</div>
</div>