Tab stuck on child element

I have a div which has tabindex 0 and inside it there are child items with tabindex 0. I can’t tab through children, it gets stuck on the first child. And I can’t go back through shift + tab. Does anyone knows how to tab through children.

I tried changing the tabindex to -1, to change the tabindexes to 1 or 2, to work with on focus, on blur and stoppropagation.