'enable zoom out on certain elemen

I have a responsive design with following meta viewport

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />

now on my page I have a pre tag that I want the user to zoom in or out. is this possible? as described on this post title, I don't want to zoom the whole page, I just want to zoom in/out only in the pre tag



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source