JSFiddle - React, Tailwind, and code Playground

by avrelian

HTML

<form id="a">
    <div>
        <input type="text" />
    </div>
    <div>
        <input id="b" type="text" />
    </div>
</form>

CSS

#a input{
    width:100px;
}
#b{
    width:200px;
}

JavaScript

// Парадоксальная специфичность селекторов