<input type="button" value="click" />
<input type="button" value="click" class="btn-with-class" />
[type="button"]{
  width: 100px;
  height: 40px;
  background: teal;
}

[class^="btn"]{
  background: orange;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.