JSFiddle - React, Tailwind, and code Playground
by alekskorovin
HTML
<button class="class-name">Click Here</button>
CSS
body {
text-align: center;
padding: 10%;
}
.class-name {
font-size: 20px;
}
.class-name:before {
content: url('http://cdn1.iconfinder.com/data/icons/ellegant/16x16/4.png');
margin-right: 5px;
}