JSFiddle - React, Tailwind, and code Playground

by Gerald Gillespie

JavaScript

const locale = 'en_US'
const newCountry = 'FI';

const newLocale = locale.replace(/..$/,newCountry);

console.log({newLocale});