Como tornar uma entrada não focável em html

<!-- Set the 'tabindex' attribute to '-1' -->
<input type="text" tabindex="-1" />
Code Rabbi