Border that transitions trough row of elements

How do I animate a border between a row of items? I provided a sample from the JetBrains website.
I know how to do this with js by manually calculating padding via button sizes, but I was wondering if there was a more "sleek" way of doing this with html and css directly (or react / svelte whatevs)
Was this page helpful?