JSFiddle - React, Tailwind, and code Playground

by fatelei

HTML

<p>
  准备使用 br 进行换行 <br/>
  这是新的一行
</p>

CSS

p {
  background-color: yellow;
}