JSFiddle - React, Tailwind, and code Playground

HTML

<input type="button" name="ggg" value="Print"  onclick="location:print();" />

CSS

input[onclick="location:print();"]{
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    border: none;
    background: url(http://worldwide.hyundai.com/worldwide/images/common/icon_print.gif) no-repeat;
}