The default version of this component is displayed in white and should only be used on colored backgrounds.
<div class="a-amount-input js-amount-input ">
<span class="a-amount-input__simulator"></span>
<span class="a-amount-input__unit">€</span>
<div class="a-amount-input__container">
<input
class="a-amount-input__field"
type="number"
placeholder="0.00"
value=""
/>
</div>
</div>