JSFiddle - React, Tailwind, and code Playground

HTML

<body>
    <div class="test"><b>Bla Bla Bla Bla Bla Bla </b>

        <div class="text"><strong>Website: </strong>www.blabla.co.za | <strong>E-mail: </strong>[email protected] | <strong>Control Centre: </strong>08600-22-blabla</div>
    </div>
</body>

CSS

.test{
    width:100%;
    height:58px;
    max-width: 600px;
    background-image:url(http://itrace.co.za/images/emailfiles/banner.png); 
    background-repeat:no-repeat;
    background-size:100%;
    display:block;
    max-width: 600px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:19px;
    color:#000; 
    text-align:center; padding-top:12px;
}

.text{
    height:16px;
    max-height:16px;
    padding-left:88px;
    padding-right:88px;
    margin-top:18px;
    font-size:0.6em;
    letter-spacing:-0.02em;
    position:relative;
}