I am attempting to show HTML text that is stored in a server database. However, the style of the figure tag does not seem to be working correctly and the image is displaying in its original size.
<body>
<figure style="width:50%;">
<img src="https://picsum.photos/id/237/800/300" >
</figure>
</body>