JSFiddle - React, Tailwind, and code Playground

HTML

<div class="Heading">Upload a file</div>

CSS

.Heading{
    height: 62px;
    line-height:62px;
    background: #D46023;
    padding: 5px 5px;
    color: white;
    font-size: 18pt;
    font-weight: normal !important;
    display: block;
    text-align: left;
}