JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#" title="Edit" class="dashboard-edit">Edit</a>
<a href="#" title="Delete" class="dashboard-delete">Delete</a>

CSS

.dashboard-edit, .dashboard-delete {
    height: 30px; width: 50px;
    background: url("http://s.ssacdn.com/insight/images/edit.png") no-repeat top left;
    
}