JSFiddle - React, Tailwind, and code Playground
by mikeys4u
HTML
<input type="text" maxlength="12" name="title" size="12" />
<input type='button' class='mybutton' value='add tag' id='addtag'><br>
<input type="text" maxlength="12" name="title" size="12" />
<input type='button' class='mybutton' value='add tag' id='addtag'><br>
<input type="text" maxlength="12" name="title" size="12" />
<input type='button' class='mybutton' value='add tag' id='addtag'><br>
<input type="text" maxlength="12" name="title" size="12" />
<input type='button' class='mybutton' value='add tag' id='addtag'><br>
CSS
input {
width: 143px;
font-size: 18px;
}
.mybutton {
width: 150px;
font-size: 18px;
}