JSFiddle - React, Tailwind, and code Playground
by cilex
HTML
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.0/css/font-awesome.css">
<p>
Empilement d'icĂ´nes :
</p>
<span class="fa icon1-2 icon3-4 icon5"></span>
CSS
span.icon1-2:before {
content: "\f090";
position: absolute;
}
span.icon1-2:after {
content: "\f091";
position: absolute;
}
span.icon3-4:before {
content: "\f092";
position: absolute;
}
span.icon3-4:after {
content: "\f093";
position: absolute;
}
span.icon5:after {
content: "\f094";
position: absolute;
}