I need to create a button that, when I click on it, I copy a specific link I'm using react.js
This is my button in moment
<a href="#"
className="group inline-flex items-center font-medium text-indigo-600 hover:text-indigo-900">
<LinkIcon
className="h-5 w-5 text-indigo-500 group-hover:text-indigo-900"
aria-hidden="true"/>
<span className="ml-2">Copy link</span>
</a>
When I click on this button, I need the clipboard to have something like this "https::/google.com"