JSFiddle - React, Tailwind, and code Playground

by HemalathaThanigaivel

HTML

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css">
<div>This is a link</div>

CSS

body {
    font-family: Arial;
    font-size: 13px;
}

div {
    text-decoration: none;
    color: #515151;
    width: 160px;
}

div:before {
   font-family: "Font Awesome 5 Free";
   content: "\f095";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight:900;
}