JSFiddle - React, Tailwind, and code Playground

by leopoldthecuber

HTML

<p>aaaaa</p>

JavaScript

document.addEventListener('mouseup', e => {
  console.log(e)
})