html`<p>Start with a few plain buttons to see what they look like.</p>
<input type='button' class='mine' style='color: red;' value='input'><br/>
<button type='button' class='mine' style='color: red;' >button</button><br/>
<button type='button' class='styled.button' >styled.button</button><br/>
</div>
`