How can I make the following figure:
probe with border-radius but the tip turns round and the sides curl, I need the tip to be straight and the sides are not curved.
my code is:
.Back {
width: 50px;
height: 50px;
background-color: red;
border-radius:20px 20px 0 0 ;
top: 0;
right: 0;
}
<div class="Back">
</div>