JSFiddle - React, Tailwind, and code Playground

HTML

<input type="radio" name="card" id="card-choice-other" value="other" data-theme="a"/>
<label for="card-choice-other">
					<div class="ui-grid-a savedcarddiv">
						<div class="ui-block-a savedcardradiodetail">
							<p class="savedcardtype">Some Card</p>
							<p>ending with 1234</p>
						</div>
						<div class="ui-block-b savedcardradiodetail savedcard-input-area-{{key}}">
							<input type="text" name="cvv-{{key}}" id="cvv-key" placeholder="[mobi.cardpayment.cvv]" data-theme="b" />
						</div>
					</div>
				</label>






<input type="text" name="cvv-adaskldaslj" id="cvv-dsad" placeholder="[mobi.cardpayment.cvv]" data-theme="b" />

CSS

http://jsfiddle.net/8xpYs/15/embedded/result/