JSFiddle - React, Tailwind, and code Playground

by nwinkler

HTML

<input type="number" class="numeric" value="12.3445"/>

CSS

.numeric {
    text-align: right;
}