JSFiddle - React, Tailwind, and code Playground

by rarteaga

HTML

<p>
    <input type="text" value="Introduce termino de búsqueda búsqueda" class="search" />
</p>

CSS

input
{
    background: url("http://agiomedia.com/grappelli/img/icons/icon-search-hover.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #BFBFBF;
    color: #BFBFBF;
    padding: 5px 25px 5px 5px;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input.search{ background-position: 238px 4px; }