bootstrap label left align code example
Example 1: align left text in reactstrap
className="text-center text-md-right"
Example 2: css text align right
body {
text-align: right;
}
className="text-center text-md-right"
body {
text-align: right;
}