Is there a way to add border line separators between buttons in Bootstrap button groups?
<div class="btn-group" role="group" aria-label="Button group with nested dropdown">
<button type="button" class="btn btn-secondary">1</button>
<button type="button" class="btn btn-secondary">2</button>
</div>
https://getbootstrap.com/docs/4.6/components/button-group
The solution provided by @padaleiana is effective! They used a btn-light disabled button as the separator.