JSFiddle - React, Tailwind, and code Playground
HTML
<input
type="text"
pattern="^[0-9]+([\.\,]?[0-9]{0,2})?$"
title="Enter a valid price"
/>
<input
type="text"
pattern="^[0-9]+([\.\,]?[0-9]{0,2})?$"
title="Enter a valid price"
/>