my code looks like
<picture>
<source type="image/webp" srcset="img/photo.webp">
<source type="image/jpg" srcset="img/photo.jpg">
<img src="img/photo.jpg" alt="">
</picture >
I want to add class to this picture so I can use border-radius. how can I do that?