Write a component named DynamicPictureSize
that renders 2 text inputs where we will type numbers: one for width and one for height.
The values in those inputs will be used to render an image with the appropriate width and height.
The initial values should be 100
for both with and height. Also, the minimum value should be 20
and the maximum 500
.
Use the https://picsum.photos website to render those images.