JSFiddle - React, Tailwind, and code Playground
HTML
<input type="search">
JavaScript
alert([
'search: ' + $('input[type="search"]').length, // 0 in IE7 and below
'text: ' + $('input[type="text"]').length // 1 in IE7 and below
].join('\n'));