JSFiddle - React, Tailwind, and code Playground

by Przmak

HTML

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css">
<i class="fab one fa-angellist"></i>
<i class="fab two fa-angellist"></i>
<i class="fab three fa-angellist"></i>
<i class="fab four fa-angellist"></i>

CSS

.fab{
  font-size: 52px;  
}
.one{
  color: red;
}
.two{
  color: blue;
}
.three{
  color: rgb(195, 218, 139);
}
.four{
  background-color: magenta;
  color: white;
}
.four{
  background-color: orange;
  color: blue;
}