As I work with a div that has a basic border design:
border: 10px solid #642850;
div {
border: 10px solid #642850;
height: 100px;
width: 100px;
}
<div></div>
I aim to create a unique shape like the one shown above:
Do you have any recommendations for achieving this effect?