1) allow tags in "Admin > General".
2) set minimum number of tags in "Admin > Posting" in the field "Minimum number of tags:".
3) if you want to add a red text before the tag's input box, add this css code in your theme:
tr:nth-child(8) > .qa-form-tall-label::after {
content: "* Required";
color: red;
}
if it didn't add text to the right lable, try to decrease or increase the number inside parentheses.