JSFiddle - React, Tailwind, and code Playground

by Ben Noble

HTML

<h1 align="center">IFRS OBJECT REPOSITORY</h1>

CSS

h1
        {
            
            text-align: center;
            font-size: 2em;
            color: #f2f2f2;
            height: 2em;
            line-height: 2em;
            font-weight: normal;
            letter-spacing: 2px;
            margin-bottom:.75em;
            background: #E60026;
            
        }