Creating a triangle using CSS is a fairly simple and common practice, but is it possible to create a triangle in the same way with a transparent background and just a border.
Here is what I would like to create:

Given how triangles are usually created, I donβt know where to start, because they rely on pseudo-elements and overlapping borders, etc. This clearly cannot be done if the border is transparent ...
Does anyone have any ideas how to do this? Is it possible?
source share