JSFiddle - React, Tailwind, and code Playground
by jimousse
HTML
<div>
<style>
.one {
background: red;
}
</style>
<div class="one">
Hello
</div>
</div>
by jimousse
<div>
<style>
.one {
background: red;
}
</style>
<div class="one">
Hello
</div>
</div>