JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<div data-background-icon=""></div> <!-- this is the bluetooth icon copied from fontawesome -->
CSS
div::before {
content: attr(data-background-icon);
font-family: "FontAwesome";
}