Add disabled attribute to the button, and then add opacity-100 class to the button.
<button type="button" class="btn btn-primary opacity-100" disabled>Button with ho hover state</button>