<!DOCTYPE html>
<body>
  <p style="color: red">
    <style scoped>
      p { color: green !important }
    </style>
    Hello
  </p>
</body>