JSFiddle - React, Tailwind, and code Playground

by Sebastian Brosch

HTML

<h2 class="titoloPagina">
<span>Title</span>
</h2>

CSS

h2.titoloPagina::first-letter {
    color: #1d5987;
    display: block;
    float: left;
    font-family: Bell MT !important;
    font-size: 70px;
   /* margin-top: -15px;*/
    padding-right: 3px;
}
h2.titoloPagina span {
    border-bottom: 7px solid #1d5987;
    color: #538cc3;
    font-family: Bell MT !important;
    font-size: 30px !important;
    letter-spacing: 0;
    margin-left: 4px;
    padding-bottom: 5px;
}