Bootstrap 5 allows you to group a series of buttons together on a single line with the button group.
Use a <div> element with class .btn-group to create a button group.
Use the class .btn-group-vertical to create a vertical button group.
Edit the code below and click Run to see the result live.