<style>
.changecase-button {
position: fixed;
bottom: 10px;
right: 10px;
z-index: 9999;
padding: 10px;
background: black;
color: white;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
user-select: none;
}
</style>
<div class="changecase-button" title='сменить регистр текста'>Aa</div>