JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<div class="row text-center">
    <i class="fa fa-code fa-4x"></i>
</div>
<div class="row text-center">    
    <span class="red-text-for-example">Fully mobile responsive designs that adjust to fit all platforms</span>
</div>

CSS

.red-text-for-example
{
    color: #FF0000;
}