JSFiddle - React, Tailwind, and code Playground

by Koubenec

HTML

<div id="contact">
    <p class="iconp"><span>Contact Us</span><span>Contáctenos</span></p>
</div>

CSS

#contact {
    height: 70px;
    width: 100%;
    0 auto;
    background-image: url('http://lrgi.org/wp-content/uploads/2012/10/Contact_icon_1.png');
    background-position: top center;
    background-repeat: no-repeat;
}

.iconp {
    text-align: center;
    height: 70px;
    line-height: 70px;
}

div p span {
    margin: 0 50px;
    }