Drop-Shadow Filter

<style>
element {
 filter: drop-shadow(2px -15px 5px #f7de64);
}
</style>