JSFiddle - React, Tailwind, and code Playground
by Christian Clermont
HTML
<!DOCTYPE html>
<html>
<head>
<title>Font Awesome Icons</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
div:hover {
color:#b327cc;
text-decoration: underline;
cursor: pointer;
}
</style>
</head>
<body>
<h1>fa fa-copy</h1>
<br>
<div style="">My Copiable text <i style=" ;font-size:12px;" class="fa"></></div>
</body>
</html>