JSFiddle - React, Tailwind, and code Playground

by envira

HTML

<h1><span>L</span>akshmi <span style="margin-left: .5em;">P</span>hani</h1>

CSS

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

h1 {
    font-family: 'Yesteryear', cursive;
    font-size: 2em;
    font-weight:normal;
    color:#fff;
}
h1 span {
    font-size: 2em;
}

body {
    background: #124A70;
    text-align:center;
   
}