JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" name="projectDescription"/>
<input type="text" name="themeDescription"/>
<input type="text" name="methodologyDescription"/>
<input type="text" name="somethingElse"/>

CSS

input[name*="Description"] {
    width: 200px;
    background: yellow;
}