타임리프에서 태그 구조를 변형 하지않고 값을 넣으려면 다음과 같이 하면 된다
<td th:inline="text"> [[${member.memo}]] <div> <button class="btn">수정하기</button> </div> </td>