JSFiddle - React, Tailwind, and code Playground

by chrischilcoat

HTML

<div>
x
</div>

CSS

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