JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" class="form">
<input type="text" class="form">
<input type="text" class="form" style="display:none">
<input type="text" class="form" disabled>

JavaScript

alert($(".form:visible").not(":disabled").length);