JSFiddle - React, Tailwind, and code Playground

by isqua

HTML

<button class="bold" type="button">Bold</button>
<textarea>
  Сделайте текст жирным при клике на кнопку, пожалуйста
</textarea>

CSS

textarea {
  width: 100%;
  height: 60px;
}