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