JSFiddle - React, Tailwind, and code Playground

HTML

asdf

JavaScript

var text = document.getSelection().toString();
if (text) {
    alert(text);
}