JSFiddle - React, Tailwind, and code Playground

HTML

<div id='search-logo-bar'><input type='text'/></div>

CSS

div#search-logo-bar {
        padding-left:10%;
        background:#333 url(logo.png) no-repeat left center;
        background-size:10%;
    }
    input[type='text'] {
        display:block;
        width:100%;
    }