As shown in the figure, how to write this tips prompt style in html+css?

clipboard.png
especially the sharp corner style, what should I do? Or are there other properties that can pop up directly?

Mar.31,2021

of course, pseudo elements + borders deal with

  http://jsrun.net/WPgKp/embedd.

implement the triangle scheme:
1: use the border attribute to implement triangles (this is the way in the above example).
2: use "" characters to achieve triangles
3: use CSS3 transfrom to rotate 45 degrees to achieve triangles
4: you can also use some font icons in the triangle icon to achieve, such as the Font Awesome font icon in the chevron-right icon.

Menu