This function demonstrates how to decode a Base64-encoded string. Base64 encoding is commonly used to encode binary data, making it safe for text-based transport layers, such as URLs and JSON. The function takes an encoded string as input, decodes it using Base64, and returns the original plain text or binary data.