Joke Collection Website - Bulletin headlines - How to place a small div in a certain area of ??the image with css

How to place a small div in a certain area of ??the image with css

Two divs are required. The large div contains the image, and the small div and the image are placed together in the large div. Then add CSS to the small div, position: relative; and then use top, bottom, right and left to fix the position. Relative is positioned based on the parent element.