можно рамкой
.button::before{
content:'';
display:inline-block;
border-right:10px solid red;
border-top:10px solid transparent;
height:0;
width:0;
}
можно картинкой(фоновой или псевдоэлемент, если мутно - заюзать svg),
можно через новое свойство css clip-path
https://webformyself.com/znakomstvo-s-css-svojstvo...