JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<input type=text class="width200px">
</div>
CSS
div input[type=text] {
width: 10px;
}
.width200px{
width: 200px;
}
<div>
<input type=text class="width200px">
</div>
div input[type=text] {
width: 10px;
}
.width200px{
width: 200px;
}