How to select the text of a plugin, so I can copy text

I use react to develop the plugin view, but when I run it to use it, I find I can not select the text of view.

use CSS:

.some-class {
   user-select: text;
}