Prevent browser search/find in a specific textarea input

Is there any way to prevent browser from searching inside a specific input/textarea during CTRL+F search?

I have a simple JSON parser (enter data on the left in a textarea and it get’s beautified on the right) and I want to search some string only on the right beautified side, not in the textarea too. I can think of some hacks (hiding the textarea/text after parse), but I don’t want any of that, I want the textarea to remain visible and with my text so I can dynamically update it