JSFiddle - React, Tailwind, and code Playground

by Lalji Tadhani

HTML

<h1>Full Name</h1>
<h2>
lalji
</h2>

CSS

@font-face {
            font-family: 'Alfa Slab One';
            src: url('http://www.micronew.rebuildsucceeded.com/LogoFonts/AlfaSlabOne/AlfaSlabOne-Regular.eot');
            src: url('http://www.micronew.rebuildsucceeded.com/LogoFonts/AlfaSlabOne/AlfaSlabOne-Regular.eot?#iefix') format('embedded-opentype'),
                 url('http://www.micronew.rebuildsucceeded.com/LogoFonts/AlfaSlabOne/AlfaSlabOne-Regular.woff2') format('woff2'),
                 url('http://www.micronew.rebuildsucceeded.com/LogoFonts/AlfaSlabOne/AlfaSlabOne-Regular.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }
        h1 {font-family: 'Alfa Slab One';}