I need to create a triangle with a drop shadow using simple html and css. Answered by another stackoverflow question, I was able to create the triangle with mitered borders
Probably the best option is using filter:
filter
filter: drop-shadow(0 0 10px black);