If you click inside the input element, it should receive an outline:
<input type="text"> 

<br>

If you click inside THIS input element, it WONT receive an outline:
<input type="text" style="outline: none"> 

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.