JSFiddle - React, Tailwind, and code Playground

by joplomacedo

HTML

<button>
    <div class="icon"></div>Create
</button>

CSS

button{
    font-size: 15px;
    line-height: 1.429em;
    padding: 0.286em 1em 0.357em;
}

.icon {
    vertical-align: text-top;
    background-image: url("http://www.blogperfume.com/wp-content/themes/BlogPerfume/images/icon-information.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    width: 16px;
    margin-right: 5px;
}