JSFiddle - React, Tailwind, and code Playground

by envira

HTML

<div class="lplogo"><span class="lakshmi">Lakshmi</span><span class="phani">Phani</span></div>

CSS

@import url(http://fonts.googleapis.com/css?family=Satisfy);
@import url(http://fonts.googleapis.com/css?family=Tangerine);

body {
  font-family: 'Tangerine', cursive;
    background: #FFF;
}

.lplogo {
 text-align: center;
margin: 10px 0px;
color: #1FD1F3;
font-size: 5em;
font-weight: 300;
text-shadow: 0px 2px 4px rgba(80, 80, 80, 0.87);
}
.lakshmi {
color: #F74996     
}

.phani {
 color: #2194EE;   
}