I have the below HTML for an image, but I want to fade the opacity for the bottom 20% of the image, so that it looks as though it is floating on a cloud. I tried using linear gradient but that doesn't appear to be working. How can it be done?
<img class="picOne" onMouseEnter={PicOneChange} src={require("./cake-1.jpeg")} alt="pic1"></img>