Looking to add a vertical line (|) between the tabs.
<p-tabView>
<p-tabPanel header="Header I">
<p>
Lorem ipsum dolor sit amet...
</p>
</p-tabPanel>
<p-tabPanel header="Header II">
<p>
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium...
</p>
</p-tabPanel>
<p-tabPanel header="Header III">
<p>
At vero eos et accusamus et iusto odio dignissimos...
</p>
</p-tabPanel>
</p-tabView>
Here is an example of the desired output,
https://i.sstatic.net/OXe5FW18.png
This setup is achieved using PrimeNG in Angular 18