You can do as in Girish Venkatachalam example, for better user experience add:
<div class="relative group">
...
<div class="absolute z-10 ... group-focus-within:block">
...
</div>
</div>
This will prevent it from closing on mobile.