Step 1:
From your Shopify admin, click Settings:
Step 2:
Click on General:
Step 3:
Scroll down to Store Currency section and click on change formatting:
Step 4:
In the currency formatting section, there are two fields - HTML with currency and HTML without currency. In both fields, copy and paste the following code (replace USD with your stores default currency if different):
<span class="money">${{amount}} USD</span>
Step 5:
Click save and that's it.