JSFiddle - React, Tailwind, and code Playground

by Ali Uygur

HTML

<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css">
<p>1 mintik.com</p>
<p>2 mintik.com</p>
<p>3 mintik.com</p>
<p>4 mintik.com</p>
<p>5 mintik.com</p>

CSS

p::before {
    content: "\f005";  
    font-family: FontAwesome;
    color:red;
}