<!DOCTYPE html>
<body>
  <p>First</p>
  <p style="color: green">
    <div style="border: 2px solid black">Second</div>
  </p>
  <p>Third</p>
</body>