JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" name="DetailedDescription" size="40" class="ChangedInput" />

CSS

.ChangedInput
{
	border: 2px solid green;
}

.ChangedInput:after
{
	content:url('https://famfamfam.googlecode.com/hg/silk/png/table_edit.png');
}