Set the paragraph 200 pixels away from the left edge.

<html>
<head>
<style>.rightWing {
margin-left: 200px;
background-color: crimson ;
}</style>
</head>
<body>
<p> The terms "left-wing" and "right-wing" were coined during the French Revolution of 1789. When drafting a new constitution:</p>
<p class="rightWing">People who were more conservative assembled on the right side of the assembly hall, leading to the term "right-wing".<p>
</body>
</html>]]>

Make sure to type margin-left.