<!DOCTYPE html>
<body>
  <div>
    <p>First</p>
  </div>
  <div>
    <p style="color: green">Second</p>
  </div>
</body>