JSFiddle - React, Tailwind, and code Playground

by Weston Ruter

HTML

<div class="entry-content">
  <style>
  .my-block {
    font-style: italic;
  }
  </style>
  <p class="my-block">
  This is content.
  </p>
</div>

CSS

.entry-content > * {
  display: block;
}