JSFiddle - React, Tailwind, and code Playground

by Hugo Vale Pereira

HTML

<div>
<style>
  p {
    color: blue;
  }
</style>
  <p>Hugo</p>
</div>
<p>Out</p>