JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td><input type="button" class="aboutDNRHome" value="hi" /></td>
</tr>
</table>
CSS
.aboutDNRHome
{
background-color: #f9f9bc;
background-color:Red;
width: 295px;
padding:5px;
vertical-align: top;
text-align: left;
margin-right:5px;
margin-top:3px;
line-height: 1.2;
background: url("http://ce-classes.com/wp-content/uploads/2014/02/regis.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
}