This example is running in WebGL2 and should work in most browsers. You can check the WebGPU examples here.
transparency_2d.rs:
//! Demonstrates how to use transparency in 2D.
//! Shows 3 bevy logos on top of each other, each with a different amount of transparency.
use *;