JSFiddle - React, Tailwind, and code Playground
HTML
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-maskmoney/3.0.0/jquery.maskMoney.min.js"></script>
<input type="text" id="moeda" />
JavaScript
$('#moeda').maskMoney({
thousands: '.',
decimal: ','
});