JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tr><td colspan="1"></td></tr>
</table>

JavaScript

alert($("td").prop("colspan"));