JSFiddle - React, Tailwind, and code Playground
HTML
<h1 id="first"> Mo30HD2 </h1>
<h2 id="second"> Mobilestan </h1>
<h3 id="third"> 2015 </h1>
CSS
h1#first{
color:#009900;
}
h2#second{
color:rgb(0,102,255);
}
h3#third{
color:rgba(204,0,153,0.5);
}