JSFiddle - React, Tailwind, and code Playground

by wiltomap

HTML

<div id="a"></div>
<div id="fuiteErreurSaisie" style="">
  <ul>
    <li>
      Le Code Siveer n'est pas correct.
      <br>
      <b> NB : </b> Ce code n'est pas obligatoire pour les fuites sur branchements
      <br> (exemple de code pour un branchement : E086115-
      <b style="color:blue;text-decoration:underline">TB</b> 1287)
    </li>
  </ul>
</div>

CSS

#a {
    background-color: blue;
    border-radius: 5px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 435px;
}

#fuiteErreurSaisie {
    background-color: red;
    border-radius: 5px;
    color: yellow;
    font-family: arial,sans-serif;
    font-size: 1.2em;
    margin-top: 5px;
    //padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    width: 435px;
}

#fuiteErreurSaisie ul{
    width: 300px;
}